From 81b3c1a63a6c8c00b33b5b7549c900c215cd4c3e Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 28 Mar 2016 17:18:28 +0200 Subject: [PATCH] DOC add bugtrack_url --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b2f2ba4..d8b9f58 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup( url='https://github.com/python-escpos/python-escpos', download_url='https://github.com/python-escpos/python-escpos/archive/master.zip', description='Python library to manipulate ESC/POS Printers', + bugtrack_url='https://github.com/python-escpos/python-escpos/issues', license='GNU GPL v3', long_description=read('README.rst'), author='Manuel F Martinez',