Skip to content

Commit

Permalink
Add python_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 24, 2017
1 parent fe25025 commit d7b5f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -145,4 +145,5 @@ def read(path):
repozo = ZODB.scripts.repozo:main
""",
include_package_data=True,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
)

0 comments on commit d7b5f03

Please sign in to comment.