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 4caf5e1 + 2d778a7 commit b64faf9Copy full SHA for b64faf9
1 file changed
setup.py
@@ -46,10 +46,15 @@ def version():
46
'Natural Language :: English',
47
'Operating System :: MacOS :: MacOS X',
48
'Operating System :: POSIX :: Linux',
49
+ 'Programming Language :: Python',
50
+ 'Programming Language :: Python :: 2',
51
'Programming Language :: Python :: 2.6',
52
'Programming Language :: Python :: 2.7',
53
+ 'Programming Language :: Python :: 3',
54
'Programming Language :: Python :: 3.3',
55
'Programming Language :: Python :: 3.4',
56
+ 'Programming Language :: Python :: 3.5',
57
+ 'Programming Language :: Python :: 3.6',
58
'Programming Language :: Python :: Implementation :: CPython',
59
'Programming Language :: Python :: Implementation :: PyPy',
60
'Topic :: Software Development :: Build Tools',
0 commit comments