Skip to content

Commit 6e6f53c

Browse files
authored
Merge pull request #94 from jogo/classifiers
Add python version classifiers
2 parents 84d6619 + 4774dfb commit 6e6f53c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
author_email = "[email protected]",
2121
keywords = ["socks", "proxy"],
2222
py_modules=["socks", "sockshandler"],
23-
install_requires=requirements
23+
install_requires=requirements,
24+
classifiers=(
25+
'Programming Language :: Python :: 2.6',
26+
'Programming Language :: Python :: 2.7',
27+
'Programming Language :: Python :: 3',
28+
)
2429
)

0 commit comments

Comments
 (0)