Skip to content

Commit

Permalink
Update version and long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgill298 committed Oct 9, 2019
1 parent 381eaa5 commit 54bf315
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
import pathlib
from setuptools import setup, find_packages


CWD = pathlib.Path(__file__).parent
README = (CWD / "README.md").read_text()

setup(
name='ntc-ansible',
packages=find_packages(),
version='0.1.0',
version='0.9.1',
description='Dependencies for NTC Ansible modules',
long_description=README,
long_description_content_type="text/markdown",
author='Jason Edelman',
author_email='[email protected]',
url='https://github.com/networktocode/ntc-ansible',
Expand Down

0 comments on commit 54bf315

Please sign in to comment.