Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adresses #160 #165

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Autoprogram dependency added
  • Loading branch information
ddtm committed Apr 12, 2017
commit 691ce5a65702fcee15b9afe2f7b6a6741fb0d5ed
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
description='An easy to use job launcher for supercomputers with PBS compatible job manager.',
long_description=open('README.md').read(),
install_requires=['psutil>=1'],
extras_require={
'doc': ['sphinxcontrib-autoprogram>=0.1.3']
},
package_data={'smartdispatch': ['config/*.json']}
)