Added Python 3 to setup.py's classifiers list

This commit is contained in:
Virgil Dupras
2013-12-17 15:42:39 -05:00
parent c92fe38772
commit f5db0adfe3

View File

@@ -6,6 +6,7 @@ CLASSIFIERS = [
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Internationalization',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Localization',