Mercurial > hg > zebra
changeset 20:8333c196accb
Updated platforms package metadata
author | Ben Croston <ben@croston.org> |
---|---|
date | Wed, 17 Aug 2011 21:44:54 +0100 |
parents | 777602a0da24 |
children | ebbc10a4e362 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Aug 17 18:51:57 2011 +0100 +++ b/setup.py Wed Aug 17 21:44:54 2011 +0100 @@ -37,7 +37,7 @@ url = 'http://www.wyre-it.co.uk/zebra/', description = 'A package to communicate with (Zebra) label printers using EPL2', long_description = long_description, - platforms = 'Windows, Unix', + platforms = 'Windows, Unix, MacOSX', classifiers = classifiers, license = 'MIT', cmdclass = {'build_py': build_py},