Add Python 3 to PyPI classifiers.
This commit is contained in:
parent
4a2c3d55ce
commit
7f3fc3be79
|
@ -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)
|
||||
|
|
3
setup.py
3
setup.py
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue