Mercurial > hg > zebra
comparison setup.py @ 15:cc41931a7ded
Works in py 2.6
author | Ben Croston <ben@croston.org> |
---|---|
date | Mon, 15 Aug 2011 18:38:59 +0100 |
parents | 19fd067db7ca |
children | a9dacd180597 |
comparison
equal
deleted
inserted
replaced
14:e6ea86e3d0e1 | 15:cc41931a7ded |
---|---|
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', | 14 'Programming Language :: Python', |
15 'Programming Language :: Python :: 2.6', | |
15 'Programming Language :: Python :: 2.7', | 16 'Programming Language :: Python :: 2.7', |
16 'Programming Language :: Python :: 3', | 17 'Programming Language :: Python :: 3', |
17 'Topic :: Printing'] | 18 'Topic :: Printing'] |
18 | 19 |
19 long_description = open('README').read() | 20 long_description = open('README').read() |