summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2013-10-19 22:27:38 +1100
committerMatt Iversen <teh.ivo@gmail.com>2013-10-19 22:27:38 +1100
commitdffa7ec421f14f73b04d35258be6b0babcca8a0e (patch)
tree13e3c23d090e21a9f36ae026508edb9b3c42a4d9
parentd764b35bc3910b8f67ff811752df615afa7667f6 (diff)
downloadbabel-dffa7ec421f14f73b04d35258be6b0babcca8a0e.tar.gz
Update classifiers to give more detailed information about babel's version compatibility
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c7b39c3..b89a4ec 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,10 @@ setup(
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=['babel', 'babel.messages', 'babel.localtime'],