Skip to content

Commit

Permalink
Add a python_requires to setup.py
Browse files Browse the repository at this point in the history
Fixes #93.
  • Loading branch information
mgedmin committed Apr 6, 2020
1 parent ca0b688 commit 2798cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -73,6 +73,7 @@ def read(*rnames):
"Framework :: Zope :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
include_package_data=True,
zip_safe=False,
tests_require=TESTS_REQUIRE,
Expand Down

0 comments on commit 2798cb1

Please sign in to comment.