From 8739621abc5d5a224ca5ec0feeb250752cc1b501 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 27 Sep 2013 21:11:06 -0400 Subject: [PATCH] update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cb3458..bb12f92 100644 --- a/setup.py +++ b/setup.py @@ -12,17 +12,19 @@ setup( packages=find_packages(), namespace_packages=[ "employ.commands", + "employ.managers", ], install_requires=[ "docopt>=0.6.0", "boto>=2.13.0", + "paramiko>=1.11.0", "straight.plugin>=1.4.0", ], scripts=[ "bin/employ", ], setup_requires=[], - description="Distributed one time command execution and aggregation tool", + description="A distributed command execution framework.", license="MIT", url='https://github.com/brettlangdon/employ', classifiers=[