Skip to content
Snippets Groups Projects
Commit 79fd56e7 authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'UpdateLinks' into 'master'

Update pystencils project links

See merge request !323
parents 967a5579 2d93d865
No related branches found
No related tags found
1 merge request!323Update pystencils project links
Pipeline #52023 passed
...@@ -26,8 +26,8 @@ templates_path = ['_templates'] ...@@ -26,8 +26,8 @@ templates_path = ['_templates']
source_suffix = '.rst' source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
copyright = f'{datetime.datetime.now().year}, Martin Bauer' copyright = f'{datetime.datetime.now().year}, Martin Bauer, Markus Holzer, Frederik Hennig'
author = 'Martin Bauer' author = 'Martin Bauer, Markus Holzer, Frederik Hennig'
# The short X.Y version (including .devXXXX, rcX, b1 suffixes if present) # The short X.Y version (including .devXXXX, rcX, b1 suffixes if present)
version = re.sub(r'(\d+\.\d+)\.\d+(.*)', r'\1\2', pystencils.__version__) version = re.sub(r'(\d+\.\d+)\.\d+(.*)', r'\1\2', pystencils.__version__)
version = re.sub(r'(\.dev\d+).*?$', r'\1', version) version = re.sub(r'(\.dev\d+).*?$', r'\1', version)
......
...@@ -107,8 +107,8 @@ setuptools.setup(name='pystencils', ...@@ -107,8 +107,8 @@ setuptools.setup(name='pystencils',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
], ],
project_urls={ project_urls={
"Bug Tracker": "https://i10git.cs.fau.de/pycodegen/pystencils/issues", "Bug Tracker": "https://i10git.cs.fau.de/pycodegen/pystencils/-/issues",
"Documentation": "http://pycodegen.pages.walberla.net/pystencils/", "Documentation": "https://pycodegen.pages.i10git.cs.fau.de/pystencils/",
"Source Code": "https://i10git.cs.fau.de/pycodegen/pystencils", "Source Code": "https://i10git.cs.fau.de/pycodegen/pystencils",
}, },
extras_require={ extras_require={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment