Add Python 3 to PyPI classifiers.

This commit is contained in:
Bastian Kleineidam 2015-12-05 12:24:40 +01:00
parent 4a2c3d55ce
commit 7f3fc3be79
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,8 @@
Closes: GH bug #30
* Fix support URL
Closes: GH bug #28
* Updated PyPI trove classifiers to include Python 3
Closes: GH bug #25
1.8 (released 19.7.2015)

View File

@ -455,7 +455,8 @@ installed.
'Topic :: System :: Archiving',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Operating System :: OS Independent',
],
distclass = MyDistribution,