diff setup.py @ 5:639d9699e53c

Change python 3.2 to python 3
author Ben Croston <ben@fuzzyduckbrewery.co.uk>
date Fri, 12 Aug 2011 21:58:59 +0100
parents 21c3229ed401
children 19fd067db7ca
line wrap: on
line diff
--- a/setup.py	Fri Aug 12 21:54:37 2011 +0100
+++ b/setup.py	Fri Aug 12 21:58:59 2011 +0100
@@ -12,7 +12,7 @@
                'Operating System :: Unix',
                'License :: OSI Approved :: MIT License',
                'Programming Language :: Python :: 2.7',
-               'Programming Language :: Python :: 3.2',
+               'Programming Language :: Python :: 3',
                'Topic :: Printing']
 
 long_description = open('README').read()