Skip to content

Commit 9f88017

Browse files
hugovkBoboTiG
authored andcommitted
Add python_requires to help pip
1 parent c110262 commit 9f88017

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
@@ -55,6 +55,7 @@
5555
"in pure python using ctypes."
5656
),
5757
"long_description": description,
58+
"python_requires": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
5859
"classifiers": classifiers,
5960
"platforms": ["Darwin", "Linux", "Windows"],
6061
"packages": ["mss"],

0 commit comments

Comments
 (0)