From d251b81988f185e13796da6463fac8baaf48dc0a Mon Sep 17 00:00:00 2001 From: fuzzyman Date: Mon, 1 Mar 2010 23:18:13 +0000 Subject: Adding trove classifiers to setup.py --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 889c3d4..3d397e2 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ It has lots of other features though : * The order of keys/sections is preserved * Powerful ``unrepr`` mode for storing/retrieving Python data-types +| Release 4.7.2 fixes several bugs in 4.7.1 | Release 4.7.1 fixes a bug with the deprecated options keyword in | 4.7.0. | Release 4.7.0 improves performance adds features for validation and @@ -52,6 +53,10 @@ CLASSIFIERS = [ 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', + 'Programming Language :: Python :: 2.3', + 'Programming Language :: Python :: 2.4', + 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.6', 'Operating System :: OS Independent', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1