Skip to content

Commit

Permalink
Add setuptools to install_requires, fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraz committed May 14, 2018
1 parent 9238b57 commit f143c14
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 @@ -17,6 +17,7 @@
include_package_data=True,
zip_safe=False,
license='MIT',
install_requires=["setuptools"],
tests_require=["pytest", "pytest-runner"],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit f143c14

Please sign in to comment.