Skip to content

Commit

Permalink
Minor edits to setup.py for package building
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Aug 25, 2017
1 parent c54f511 commit 5126b8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ def main():
author_email='[email protected]',
packages=['pydrc'],
install_requires=['numpy', 'scipy', 'pandas', 'plotly', 'seaborn'],
test_requires=['nose', 'nosebook'],
tests_require=['nose', 'nosebook'],
test_suite='nose.collector',
cmdclass=versioneer.get_cmdclass()
cmdclass=versioneer.get_cmdclass(),
zip_safe=True
)

if __name__ == '__main__':
Expand Down

0 comments on commit 5126b8c

Please sign in to comment.