PCKG updated package-configuration
* author/maintainer * trove-classifiers * keywords * supported platforms and versions
This commit is contained in:
parent
471222eda9
commit
b6ada13f9b
26
setup.py
26
setup.py
|
@ -46,23 +46,39 @@ setup(
|
||||||
bugtrack_url='https://github.com/python-escpos/python-escpos/issues',
|
bugtrack_url='https://github.com/python-escpos/python-escpos/issues',
|
||||||
license='GNU GPL v3',
|
license='GNU GPL v3',
|
||||||
long_description=read('README.rst'),
|
long_description=read('README.rst'),
|
||||||
author='Manuel F Martinez',
|
author='Manuel F Martinez and others',
|
||||||
author_email='manpaz@bashlinux.com',
|
author_email='manpaz@bashlinux.com',
|
||||||
platforms=['linux'],
|
maintainer='Patrick Kanzler',
|
||||||
|
maintainer_email='patrick.kanzler@fablab.fau.de',
|
||||||
|
keywords=[
|
||||||
|
'ESC/POS',
|
||||||
|
'thermoprinter',
|
||||||
|
'voucher printer',
|
||||||
|
'printing',
|
||||||
|
'receipt,',
|
||||||
|
],
|
||||||
|
platforms='any',
|
||||||
packages=[
|
packages=[
|
||||||
'escpos',
|
'escpos',
|
||||||
],
|
],
|
||||||
package_data={'': ['COPYING']},
|
package_data={'': ['COPYING']},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 1 - Alpha',
|
'Development Status :: 4 - Beta',
|
||||||
'License :: OSI Approved :: GNU GPL v3',
|
'Environment :: Console',
|
||||||
'Operating System :: GNU/Linux',
|
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
|
'Operating System :: Microsoft :: Windows',
|
||||||
|
'Operating System :: MacOS',
|
||||||
|
'Operating System :: GNU/Linux',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
'Topic :: System :: Peripherals',
|
'Topic :: System :: Peripherals',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue