We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878c3f9 commit 0b10018Copy full SHA for 0b10018
1 file changed
setup.py
@@ -26,14 +26,8 @@ def read(fname):
26
'Operating System :: OS Independent',
27
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
28
'Programming Language :: Python',
29
- 'Programming Language :: Python :: 2.6',
30
- 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 2',
31
'Programming Language :: Python :: 3',
32
- 'Programming Language :: Python :: 3.2',
33
- 'Programming Language :: Python :: 3.3',
34
- 'Programming Language :: Python :: 3.4',
35
- 'Programming Language :: Python :: 3.5',
36
- 'Programming Language :: Python :: 3.6',
37
'Development Status :: 5 - Production/Stable',
38
'Natural Language :: English',
39
"Topic :: Software Development :: Libraries :: Python Modules",
0 commit comments