From 240dda82bb0bc559fa5f51cc46fc2d1707831c83 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Mon, 8 May 2023 08:49:51 +0200 Subject: [PATCH] update project URLs for PyPI --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34a97c7..5db9037 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,12 @@ setup( version=__version__, author='Thibault Hallouin', author_email='thibault.hallouin@inrae.fr', - url='https://gitlab.irstea.fr/hycar-hydro/evalhyd/evalhyd-python', + download_url="https://pypi.python.org/pypi/evalhyd-python", + project_urls={ + 'Bug Tracker': 'https://gitlab.irstea.fr/HYCAR-Hydro/evalhyd/evalhyd-python/-/issues', + 'Documentation': 'https://hydrogr.github.io/evalhyd/python', + 'Source Code': 'https://gitlab.irstea.fr/hycar-hydro/evalhyd/evalhyd-python', + }, description='Python bindings for EvalHyd', long_description='An evaluator for streamflow predictions.', packages=["evalhyd"], -- GitLab