Browse Source

update setup.py

master
Brett Langdon 12 years ago
parent
commit
8739621abc
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      setup.py

+ 3
- 1
setup.py View File

@ -12,17 +12,19 @@ setup(
packages=find_packages(), packages=find_packages(),
namespace_packages=[ namespace_packages=[
"employ.commands", "employ.commands",
"employ.managers",
], ],
install_requires=[ install_requires=[
"docopt>=0.6.0", "docopt>=0.6.0",
"boto>=2.13.0", "boto>=2.13.0",
"paramiko>=1.11.0",
"straight.plugin>=1.4.0", "straight.plugin>=1.4.0",
], ],
scripts=[ scripts=[
"bin/employ", "bin/employ",
], ],
setup_requires=[], setup_requires=[],
description="Distributed one time command execution and aggregation tool",
description="A distributed command execution framework.",
license="MIT", license="MIT",
url='https://github.com/brettlangdon/employ', url='https://github.com/brettlangdon/employ',
classifiers=[ classifiers=[


Loading…
Cancel
Save