DOC add bugtrack_url
This commit is contained in:
parent
323b205f70
commit
81b3c1a63a
1
setup.py
1
setup.py
|
@ -43,6 +43,7 @@ setup(
|
||||||
url='https://github.com/python-escpos/python-escpos',
|
url='https://github.com/python-escpos/python-escpos',
|
||||||
download_url='https://github.com/python-escpos/python-escpos/archive/master.zip',
|
download_url='https://github.com/python-escpos/python-escpos/archive/master.zip',
|
||||||
description='Python library to manipulate ESC/POS Printers',
|
description='Python library to manipulate ESC/POS Printers',
|
||||||
|
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',
|
||||||
|
|
Loading…
Reference in New Issue