Skip to content

Commit

Permalink
Merge pull request #1092 from caphrim007/bugfix.setup-requirements-no…
Browse files Browse the repository at this point in the history
…t-included

Adds setup_requirements to setup.py
  • Loading branch information
Za Wilgustus authored Mar 28, 2017
2 parents 312dbe6 + 8f4c260 commit 28588cd
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 28588cd

Please sign in to comment.