Mercurial > hg > zebra
diff setup.py @ 27:7c132e01c281 0.0.5
Add -oraw to lpr command
author | Ben Croston <ben@croston.org> |
---|---|
date | Mon, 27 Apr 2015 11:38:07 +0100 |
parents | 20f6df6d3f42 |
children | 63d1260cc64e |
line wrap: on
line diff
--- a/setup.py Sat Nov 16 17:17:15 2013 +0000 +++ b/setup.py Mon Apr 27 11:38:07 2015 +0100 @@ -7,7 +7,7 @@ except ImportError: from distutils.command.build_py import build_py -classifiers = ['Development Status :: 3 - Alpha', +classifiers = ['Development Status :: 5 - Production/Stable', 'Operating System :: Microsoft :: Windows', 'Operating System :: Unix', "Operating System :: MacOS :: MacOS X", @@ -25,7 +25,7 @@ install_requires = None setup(name = 'zebra', - version = '0.0.4a', + version = '0.0.5', py_modules = ['zebra'], author = 'Ben Croston', author_email = 'ben@croston.org', @@ -40,4 +40,3 @@ cmdclass = {'build_py': build_py}, install_requires = install_requires ) -