Skip to content

Commit

Permalink
Adds setup_requirements to setup.py
Browse files Browse the repository at this point in the history
this is needed to correctly install from pypi
  • Loading branch information
caphrim007 committed Mar 28, 2017
1 parent 312dbe6 commit 8f4c260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
packages=find_packages(
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
),
data_files=[('.', ['setup_requirements.txt'])],
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 8f4c260

Please sign in to comment.