diff --git a/setup.py b/setup.py index 34a97c7e5b2df5e7caa9b448c8fb5c14ae84bac3..5db903763c46e2428a1ffeaf56fa0e0e002ca314 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"],