]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
fix: url in setup.py 1/head
authorolf <olf@subsignal.org>
Tue, 30 Oct 2018 12:45:34 +0000 (13:45 +0100)
committerolf <olf@subsignal.org>
Tue, 30 Oct 2018 12:45:34 +0000 (13:45 +0100)
* Fixes broken link from PyPI to github

setup.py

index 1355b43ab660db8586cab69813558d97f4f1e749..e56e9323a193426de3c04b8b0733bbbe14baa257 100644 (file)
--- 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',