From f5db0adfe3344132019020406b2bbe74f117ef36 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 17 Dec 2013 15:42:39 -0500 Subject: [PATCH] Added Python 3 to setup.py's classifiers list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ad4a96b..bdba4b0 100644 --- a/setup.py +++ b/setup.py @@ -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',