summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-03-01 23:18:13 +0000
committerfuzzyman <devnull@localhost>2010-03-01 23:18:13 +0000
commitd251b81988f185e13796da6463fac8baaf48dc0a (patch)
tree1195d7e1d384e449aa5c4c7a8fef4018a0b74f7e
parentd0529fc034d54663e7150416b95e627ad38fac15 (diff)
downloadconfigobj-d251b81988f185e13796da6463fac8baaf48dc0a.tar.gz
Adding trove classifiers to setup.py
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
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',