From b02b8ba1ae236b2dae29abe4afa609257ff47908 Mon Sep 17 00:00:00 2001 From: adobdin Date: Fri, 8 Jul 2016 11:10:39 +0000 Subject: [PATCH] fix: typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 330ea38..90309d8 100644 --- a/setup.py +++ b/setup.py @@ -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'],