Skip to content

Commit 68a9476

Browse files
hugovkByron
authored andcommitted
Add python_requires to help pip
1 parent 54a34e8 commit 68a9476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
license="BSD",
2727
packages=find_packages(),
2828
zip_safe=True,
29+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
2930
classifiers=[
3031
# Picked from
3132
# http://pypi.python.org/pypi?:action=list_classifiers

0 commit comments

Comments
 (0)