Skip to content

Commit

Permalink
Add python_requires to help pip
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 11, 2019
1 parent 698b22a commit c69b456
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 @@ -23,6 +23,7 @@
url = "https://github.com/hMatoba/Piexif",
packages = ['piexif'],
test_suite = 's_test.suite',
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
classifiers = [
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
Expand Down

0 comments on commit c69b456

Please sign in to comment.