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

Merge branch 'UpdateLinks' into 'master'

update project links

See merge request !140
parents f62e8fd5 e950b717
1 merge request!140update project links
Pipeline #52024 failed with stages
in 1 hour, 47 minutes, and 3 seconds
......@@ -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()
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment