From: Matt Iversen Date: Sat, 19 Oct 2013 11:27:38 +0000 (+1100) Subject: Update classifiers to give more detailed information about babel's version compatibility X-Git-Tag: 2.0~3^2~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F64%2Fhead;p=thirdparty%2Fbabel.git Update classifiers to give more detailed information about babel's version compatibility --- diff --git a/setup.py b/setup.py index c7b39c3c..b89a4ec4 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'],