Commit d7b5f03c authored by Jason Madden's avatar Jason Madden

Add python_requires to setup.py

parent fe250250
...@@ -145,4 +145,5 @@ setup( ...@@ -145,4 +145,5 @@ setup(
repozo = ZODB.scripts.repozo:main repozo = ZODB.scripts.repozo:main
""", """,
include_package_data=True, include_package_data=True,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment