added: description; version bump
This commit is contained in:
parent
fdbf109118
commit
b2906754d3
3
setup.py
3
setup.py
@ -38,6 +38,9 @@ setup(name=pname,
|
||||
author_email='dobdin@gmail.com',
|
||||
license='Apache2',
|
||||
url='https://github.com/adobdin/timmy',
|
||||
description = ('Mirantis OpenStack Ansible-like tool for parallel node '
|
||||
'operations: two-way data transfer, log collection, '
|
||||
'remote command execution')
|
||||
long_description=open('README.md').read(),
|
||||
packages=[pname],
|
||||
install_requires=['pyyaml'],
|
||||
|
@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
|
||||
project_name = 'timmy'
|
||||
version = '1.8.2'
|
||||
version = '1.8.3'
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(0)
|
||||
|
Loading…
Reference in New Issue
Block a user