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.
1 parent 4ffed5e commit df553c0Copy full SHA for df553c0
setup.py
@@ -47,5 +47,11 @@
47
classifiers=[
48
'Topic :: Internet :: WWW/HTTP',
49
'Intended Audience :: Developers',
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.5',
56
]
57
)
0 commit comments