From cd1bcb57b48c62c1a17be85c2793d5070eee1710 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 8 Oct 2017 21:52:50 +0200 Subject: [PATCH] remove bugtrack_url this is not supported by setuptools --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0d92127..1bcc0a1 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ 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='MIT', long_description=read('README.rst'), author='Manuel F Martinez and others',