We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feb7626 + 3d6084d commit 8cb2a3dCopy full SHA for 8cb2a3d
setup.py
@@ -48,6 +48,13 @@ def run_tests(self):
48
'Intended Audience :: Developers',
49
'Operating System :: OS Independent',
50
'Programming Language :: Python',
51
+ "Programming Language :: Python :: 2",
52
+ "Programming Language :: Python :: 2.6",
53
+ "Programming Language :: Python :: 2.7",
54
+ "Programming Language :: Python :: 3",
55
+ "Programming Language :: Python :: 3.3",
56
+ "Programming Language :: Python :: 3.4",
57
+ "Programming Language :: Python :: 3.5",
58
'Topic :: Internet :: WWW/HTTP',
59
],
60
install_requires=install_requires,
0 commit comments