Skip to content

Commit

Permalink
Merge pull request #967 from jdufresne/pyreq
Browse files Browse the repository at this point in the history
Pass python_requires argument to setuptools
  • Loading branch information
zacbir authored May 14, 2018
2 parents 4cc1b9e + b1a35cd commit ba465d9
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 @@ -36,4 +36,5 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
)

0 comments on commit ba465d9

Please sign in to comment.