We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdefb77 commit 720db97Copy full SHA for 720db97
1 file changed
setup.py
@@ -17,10 +17,13 @@
17
platforms='linux',
18
classifiers=[
19
'License :: OSI Approved :: MIT License',
20
+ 'Programming Language :: Python :: 2',
21
'Programming Language :: Python :: 2.6',
22
'Programming Language :: Python :: 2.7',
23
+ 'Programming Language :: Python :: 3',
24
'Programming Language :: Python :: 3.3',
25
'Programming Language :: Python :: 3.4',
26
+ 'Programming Language :: Python :: Implementation :: CPython',
27
'Programming Language :: Python :: Implementation :: PyPy',
28
],
29
0 commit comments