From a9d7a463051872c3816ce9d2290857a148792bf0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 27 Sep 2012 19:39:25 -0400 Subject: [PATCH] not sure of 3.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index fd68f7a..c8585b0 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( install_requires=required, license='MIT', classifiers=( - 'Development Status :: 5 - Production/Stable', + # 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Natural Language :: English', 'License :: OSI Approved :: MIT License', @@ -39,7 +39,7 @@ setup( 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.0', - 'Programming Language :: Python :: 3.1', + # 'Programming Language :: Python :: 3.0', + # 'Programming Language :: Python :: 3.1', ), )