From 5cc3e22f70b989e9f0d641b651afa0e2cc73463c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Wed, 13 Nov 2024 15:40:20 +0100 Subject: [PATCH] Update links --- CADETMatch/version.py | 4 ++-- doc/index.rst | 12 ++++++------ setup.py | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CADETMatch/version.py b/CADETMatch/version.py index 5f80c5c..9a5fc93 100644 --- a/CADETMatch/version.py +++ b/CADETMatch/version.py @@ -17,6 +17,6 @@ __author__ = "William Heymann" __email__ = "w.heymann@fz-juelich.de" __license__ = "GNU General Public License v3 (GPLv3)" -__copyright__ = "2020 %s" % __author__ +__copyright__ = "2024 %s" % __author__ __version__ = "0.8.16" -__uri__ = "https://github.com/modsim/CADET-Match" +__uri__ = "https://github.com/cadet/CADET-Match" diff --git a/doc/index.rst b/doc/index.rst index a193555..59fc0ac 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,8 +4,8 @@ | -.. image:: https://img.shields.io/github/release/modsim/CADET-Match.svg - :target: https://github.com/modsim/CADET-Match/releases +.. image:: https://img.shields.io/github/release/cadet/CADET-Match.svg + :target: https://github.com/cadet/CADET-Match/releases CADET-Match ========== @@ -13,8 +13,8 @@ CADET-Match is a parameter estimation and error modeling library for CADET. CADET-Match is developed at the Institute of Bio- and Geosciences 1 (IBG-1) of Forschungszentrum Jülich (FZJ) under supervision of Dr. Eric von Lieres. -- **Source:** https://github.com/modsim/CADET-Match -- **Releases:** https://github.com/modsim/CADET-Match/releases +- **Source:** https://github.com/cadet/CADET-Match +- **Releases:** https://github.com/cadet/CADET-Match/releases .. rubric:: Features @@ -35,8 +35,8 @@ For non-developers, it is recommended to upgrade from release to release instead .. rubric:: Bugs -Please report any bugs that you find `here `_. -Or, even better, fork the repository on `GitHub `_ and create a pull request (PR) with the fix. +Please report any bugs that you find `here `_. +Or, even better, fork the repository on `GitHub `_ and create a pull request (PR) with the fix. .. toctree:: :maxdepth: 3 diff --git a/setup.py b/setup.py index dc3c24a..ec44752 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() - + setuptools.setup( name=version.__title__, version=version.__version__, @@ -13,7 +13,7 @@ description=version.__summary__, long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/modsim/CADET-Match", + url="https://github.com/cadet/CADET-Match", packages=setuptools.find_packages(), install_requires=[ 'joblib>=0.15.1', @@ -45,4 +45,4 @@ "Operating System :: OS Independent", ], python_requires='>=3.7', -) \ No newline at end of file +)