From 0ec79f8dc36bc0ae706def426f4fb540cf13d14f Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 1 Sep 2011 16:47:30 -0700 Subject: Tweak setup.py, and bump dev version to RC3. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 47f6a1ba..217c6d23 100755 --- a/setup.py +++ b/setup.py @@ -34,10 +34,10 @@ with open('README.rst') as readme: CLASSIFIERS = [ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python 2.6', - 'Programming Language :: Python 2.7', - 'Programming Language :: Python 3.1', - 'Programming Language :: Python 3.2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', 'Topic :: Software Development :: Libraries :: Python Modules', ] -- cgit v1.2.3