We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f6c28 commit a1b4880Copy full SHA for a1b4880
1 file changed
setup.py
@@ -23,8 +23,13 @@
23
'Intended Audience :: Developers',
24
'License :: OSI Approved :: BSD License',
25
'Operating System :: OS Independent',
26
+ 'Programming Language :: Python'
27
+ 'Programming Language :: Python :: 2',
28
'Programming Language :: Python :: 2.6',
29
'Programming Language :: Python :: 2.7',
30
+ 'Programming Language :: Python :: 3',
31
+ 'Programming Language :: Python :: 3.2',
32
+ 'Programming Language :: Python :: 3.3',
33
'Programming Language :: Python :: Implementation :: CPython',
34
'Programming Language :: Python :: Implementation :: PyPy',
35
'Topic :: Communications',
0 commit comments