From 91a8af21104803d4ca44266ba4887224951978f8 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Tue, 9 Feb 2021 17:51:20 +0100 Subject: Update the link to the main repo (as seen in the PyPI page) (#34) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8f746a..04d48cf 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setuptools.setup( author="ECMWF", author_email="software.support@ecmwf.int", license="Apache 2.0", - url="https://software.ecmwf.int/stash/projects/CDS/repos/cdsapi", + url="https://github.com/ecmwf/cdsapi", description="Climate Data Store API", long_description=read("README.rst"), packages=setuptools.find_packages(), -- cgit v1.2.3