Production Ready! Added Python 2.5 to Support list.
authorKenneth Reitz <me@kennethreitz.com>
Sat, 19 Feb 2011 06:02:01 +0000 (01:02 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 19 Feb 2011 06:02:01 +0000 (01:02 -0500)
setup.py

index 0e7fb94c62deda0c19aa4294734745f200694ecc..edf89f1d295412a4573b3c36faf307ad8f69e9d4 100644 (file)
--- 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',