Skip to content

Commit 2adc12b

Browse files
authored
Merge pull request #24 from jdufresne/pyreq
setup.py: Pass python_requires argument to setuptools
2 parents 8b2f442 + 0cdc5a7 commit 2adc12b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'Programming Language :: Python :: 3.7',
3131
'Topic :: Internet :: WWW/HTTP',
3232
],
33+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
3334
install_requires=[
3435
'six',
3536
'requests',

0 commit comments

Comments
 (0)