Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Nov 13, 2024
1 parent a0b35f2 commit 5cc3e22
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CADETMatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
__author__ = "William Heymann"
__email__ = "[email protected]"
__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"
12 changes: 6 additions & 6 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

|
.. 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
==========
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

Expand All @@ -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 <https://github.com/modsim/CADET-Match/issues>`_.
Or, even better, fork the repository on `GitHub <https://github.com/modsim/CADET-Match>`_ and create a pull request (PR) with the fix.
Please report any bugs that you find `here <https://github.com/cadet/CADET-Match/issues>`_.
Or, even better, fork the repository on `GitHub <https://github.com/cadet/CADET-Match>`_ and create a pull request (PR) with the fix.

.. toctree::
:maxdepth: 3
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
name=version.__title__,
version=version.__version__,
Expand All @@ -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',
Expand Down Expand Up @@ -45,4 +45,4 @@
"Operating System :: OS Independent",
],
python_requires='>=3.7',
)
)

0 comments on commit 5cc3e22

Please sign in to comment.