Mercurial > hg > zebra
comparison setup.py @ 18:777602a0da24 0.0.3a
Tested support for MacOSX
author | Ben Croston <ben@croston.org> |
---|---|
date | Wed, 17 Aug 2011 18:51:57 +0100 |
parents | a9dacd180597 |
children | 8333c196accb |
comparison
equal
deleted
inserted
replaced
17:a9dacd180597 | 18:777602a0da24 |
---|---|
8 from distutils.command.build_py import build_py | 8 from distutils.command.build_py import build_py |
9 | 9 |
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 "Operating System :: MacOS :: MacOS X", | |
13 'License :: OSI Approved :: MIT License', | 14 'License :: OSI Approved :: MIT License', |
14 'Programming Language :: Python :: 2.7', | 15 'Programming Language :: Python :: 2.7', |
15 'Programming Language :: Python :: 3', | 16 'Programming Language :: Python :: 3', |
16 'Topic :: Printing'] | 17 'Topic :: Printing'] |
17 | 18 |