Mercurial > hg > zebra
comparison 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 |
comparison
equal
deleted
inserted
replaced
4:46729b16ddf2 | 5:639d9699e53c |
---|---|
10 classifiers = ['Development Status :: 3 - Alpha', | 10 classifiers = ['Development Status :: 3 - Alpha', |
11 'Operating System :: Microsoft :: Windows', | 11 'Operating System :: Microsoft :: Windows', |
12 'Operating System :: Unix', | 12 'Operating System :: Unix', |
13 'License :: OSI Approved :: MIT License', | 13 'License :: OSI Approved :: MIT License', |
14 'Programming Language :: Python :: 2.7', | 14 'Programming Language :: Python :: 2.7', |
15 'Programming Language :: Python :: 3.2', | 15 'Programming Language :: Python :: 3', |
16 'Topic :: Printing'] | 16 'Topic :: Printing'] |
17 | 17 |
18 long_description = open('README').read() | 18 long_description = open('README').read() |
19 | 19 |
20 if sys.platform.lower().startswith('win'): | 20 if sys.platform.lower().startswith('win'): |