From d2584ff853c2cc319daa5ad5e93486f96c595d0e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 19 Feb 2011 01:02:01 -0500 Subject: [PATCH] Production Ready! Added Python 2.5 to Support list. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0e7fb94c..edf89f1d 100644 --- a/setup.py +++ b/setup.py @@ -38,12 +38,12 @@ setup( install_requires=required, license='ISC', classifiers=( - # 'Development Status :: 5 - Production/Stable', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Natural Language :: English', 'License :: OSI Approved :: ISC License (ISCL)', 'Programming Language :: Python', - # 'Programming Language :: Python :: 2.5', + 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', # 'Programming Language :: Python :: 3.0',