Skip to content

Commit

Permalink
setup.py: add setuptools to install_requires
Browse files Browse the repository at this point in the history
Closes: #28
  • Loading branch information
Jakov Smolic committed Oct 12, 2020
1 parent 7d69508 commit 0ade84f
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 @@ -52,6 +52,7 @@
packages=find_packages(exclude=["tests"]),
include_package_data=True,
zip_safe=False,
install_requires=['setuptools'],
extras_require={
"Config": [],
"Paste": ["Paste"],
Expand Down

0 comments on commit 0ade84f

Please sign in to comment.