]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update classifiers to give more detailed information about babel's version compatibility 64/head
authorMatt Iversen <teh.ivo@gmail.com>
Sat, 19 Oct 2013 11:27:38 +0000 (22:27 +1100)
committerMatt Iversen <teh.ivo@gmail.com>
Sat, 19 Oct 2013 11:27:38 +0000 (22:27 +1100)
setup.py

index c7b39c3ca8e092f9002e48f3bc4ee41cd18cdda1..b89a4ec4eaa837c468664b35f971285dc5b5f85f 100755 (executable)
--- 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'],