From 4bfeedd9e5314e505850255002b71fdd2ca35429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan-David=20Schr=C3=B6der?= Date: Wed, 23 Dec 2020 21:25:26 +0100 Subject: [PATCH] #71 retargetting URLs to current most vivid gmic-py repositories --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0f388f29..6e38e240 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,7 @@ description="Binary Python3 bindings for the G'MIC C++ image processing library", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/dtschump/gmic-py", + url="https://github.com/myselfhimself/gmic-py", author="David Tschumperlé, Jonathan-David Schröder G'MIC GREYC IMAGE Team of CNRS, France", author_email="David.Tschumperle@ensicaen.fr, jonathan.schroder@gmail.com", classifiers=[ @@ -162,10 +162,10 @@ python_requires=">=3.0, <4", install_requires=["wurlitzer"], # For Jupyter / IPython notebooks support project_urls={ - "Bug Reports": "https://github.com/dtschump/gmic-py/issues", + "Bug Reports": "https://github.com/myselfhimself/gmic-py/issues", "Funding": "https://libreart.info/en/projects/gmic", "Say Thanks!": "https://twitter.com/gmic_ip", - "Source": "https://github.com/dtschump/gmic-py", + "Source": "https://github.com/myselfhimself/gmic-py", "Documentation": "https://gmic-py.readthedocs.io", }, ext_modules=[gmic_module],