From 0ef0326556ad0336236fd8d91cb32e8343ebd592 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 30 Oct 2018 13:45:34 +0100 Subject: [PATCH] fix: url in setup.py * Fixes broken link from PyPI to github --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5