fix: typo
This commit is contained in:
parent
b2906754d3
commit
b02b8ba1ae
2
setup.py
2
setup.py
@ -40,7 +40,7 @@ setup(name=pname,
|
|||||||
url='https://github.com/adobdin/timmy',
|
url='https://github.com/adobdin/timmy',
|
||||||
description = ('Mirantis OpenStack Ansible-like tool for parallel node '
|
description = ('Mirantis OpenStack Ansible-like tool for parallel node '
|
||||||
'operations: two-way data transfer, log collection, '
|
'operations: two-way data transfer, log collection, '
|
||||||
'remote command execution')
|
'remote command execution'),
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
packages=[pname],
|
packages=[pname],
|
||||||
install_requires=['pyyaml'],
|
install_requires=['pyyaml'],
|
||||||
|
Loading…
Reference in New Issue
Block a user