Skip to content

Commit

Permalink
Updating setup.py. Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matman26 committed Jan 18, 2022
1 parent 0cb22d4 commit 61d156f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
setup(
name = 'nornir_csv',
packages = ['nornir_csv'],
version = '0.1.3',
version = '0.2.0',
license='apache-2.0',
description = 'CSV Inventory for nornir with hosts, groups and defaults.',
long_description = open('README.md','r',encoding='utf-8').read(),
long_description_content_type="text/markdown",
author = 'Matheus Augusto da Silva',
author_email = '[email protected]',
url = 'https://github.com/matman26/nornir_csv',
download_url = 'https://github.com/matman26/nornir_csv/archive/refs/tags/v0.1.tar.gz',
download_url = 'https://github.com/matman26/nornir_csv/archive/refs/tags/v0.2.tar.gz',
keywords = ['nornir', 'csv', 'inventory', 'plugin'],
install_requires=[
'nornir',
'nornir',
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 61d156f

Please sign in to comment.