summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2021-02-09 17:51:20 +0100
committerGitHub <noreply@github.com>2021-02-09 16:51:20 +0000
commit91a8af21104803d4ca44266ba4887224951978f8 (patch)
treec561c05830ca24f244311295de5f1674e6c25a8c
parent24f0a4e5c353a3580324aed58ad9945d17dff863 (diff)
Update the link to the main repo (as seen in the PyPI page) (#34)
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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(),