From dffa7ec421f14f73b04d35258be6b0babcca8a0e Mon Sep 17 00:00:00 2001 From: Matt Iversen Date: Sat, 19 Oct 2013 22:27:38 +1100 Subject: [PATCH] Update classifiers to give more detailed information about babel's version compatibility --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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'], -- 2.47.2