|
Lines 12-20
try:
Link Here
|
| 12 |
console_scripts = ['starcluster = starcluster.cli:main'] |
12 |
console_scripts = ['starcluster = starcluster.cli:main'] |
| 13 |
extra = dict(test_suite="starcluster.tests", |
13 |
extra = dict(test_suite="starcluster.tests", |
| 14 |
tests_require="nose", |
14 |
tests_require="nose", |
| 15 |
install_requires=["ssh==1.7.13", "boto==2.3.0", |
15 |
install_requires=["ssh>=1.7.13", "boto>=2.3.0", |
| 16 |
"workerpool==0.9.2", "Jinja2==2.6", |
16 |
"workerpool>=0.9.2", "Jinja2>=2.6", |
| 17 |
"decorator==3.3.1", "pyasn1==0.0.13b"], |
17 |
"decorator>=3.3.1", "pyasn1>=0.0.13b"], |
| 18 |
include_package_data=True, |
18 |
include_package_data=True, |
| 19 |
entry_points=dict(console_scripts=console_scripts), |
19 |
entry_points=dict(console_scripts=console_scripts), |
| 20 |
zip_safe=False) |
20 |
zip_safe=False) |