From e950b717a008c03633879c1e87b4a27e829b4ee9 Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Sun, 9 Apr 2023 12:29:20 +0200 Subject: [PATCH] update project links --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 399f793a..1d055a76 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,11 @@ setup(name='lbmpy', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', ], - python_requires=">=3.8", + project_urls={ + "Bug Tracker": "https://i10git.cs.fau.de/pycodegen/lbmpy/-/issues", + "Documentation": "https://pycodegen.pages.i10git.cs.fau.de/lbmpy/", + "Source Code": "https://i10git.cs.fau.de/pycodegen/lbmpy", + }, extras_require={ 'gpu': ['pycuda'], 'opencl': ['pyopencl'], @@ -112,5 +116,6 @@ setup(name='lbmpy', 'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'], 'phasefield': ['Cython'] }, + python_requires=">=3.8", cmdclass=get_cmdclass() ) -- GitLab