Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit cf4d43c

Browse files
committed
Add python_requires to help pip
1 parent 976e9d5 commit cf4d43c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@
3838
zip_safe=True,
3939
install_requires=install_requires,
4040
tests_require=["unittest2"],
41-
entry_points={'console_scripts': ['codecov=codecov:main']})
41+
entry_points={'console_scripts': ['codecov=codecov:main']},
42+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
43+
)

0 commit comments

Comments
 (0)