added: description; version bump

This commit is contained in:
adobdin 2016-07-08 11:09:04 +00:00
parent fdbf109118
commit b2906754d3
2 changed files with 4 additions and 1 deletions

View File

@ -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'],

View File

@ -16,7 +16,7 @@
# under the License.
project_name = 'timmy'
version = '1.8.2'
version = '1.8.3'
if __name__ == '__main__':
exit(0)