8000 Add python_requires to help pip (#529) · Raja-cloud/client_python@bae17eb · GitHub
[go: up one dir, main page]

Skip to content

Commit bae17eb

Browse files
authored
Add python_requires to help pip (prometheus#529)
Signed-off-by: Hugo <hugovk@users.noreply.github.com> Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent d47385b commit bae17eb

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
@@ -31,6 +31,7 @@
3131
'twisted': ['twisted'],
3232
},
3333
test_suite="tests",
34+
python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
3435
classifiers=[
3536
"Development Status :: 4 - Beta",
3637
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)
0