fix: typo

This commit is contained in:
adobdin 2016-07-08 11:10:39 +00:00
parent b2906754d3
commit b02b8ba1ae

View File

@ -40,7 +40,7 @@ setup(name=pname,
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')
'remote command execution'),
long_description=open('README.md').read(),
packages=[pname],
install_requires=['pyyaml'],