From: olf Date: Tue, 30 Oct 2018 12:45:34 +0000 (+0100) Subject: fix: url in setup.py X-Git-Tag: 1.1.0~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1%2Fhead;p=thirdparty%2Fpython-drafthorse.git fix: url in setup.py * Fixes broken link from PyPI to github --- diff --git a/setup.py b/setup.py index 1355b43..e56e932 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( version=version, description='Python ZUGFeRD XML implementation', long_description=long_description, - url='https://github.com/pretix/pretix-drafthorse', + url='https://github.com/pretix/python-drafthorse', author='Raphael Michel', author_email='michel@rami.io', license='Apache License',