Skip to content

Commit

Permalink
Add python_requires to setup.py
Browse files Browse the repository at this point in the history
modified:   setup.py
  • Loading branch information
jugmac00 committed May 1, 2020
1 parent 359163e commit 31840ca
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 @@ -84,6 +84,7 @@ def read(*rnames):
extras_require=dict(test=tests_require),
include_package_data=True,
zip_safe=False,
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
entry_points="""
[paste.server_runner]
main = zope.server.http.wsgihttpserver:run_paste
Expand Down

0 comments on commit 31840ca

Please sign in to comment.