Skip to content
Snippets Groups Projects

update project links

Merged Markus Holzer requested to merge holzer/lbmpy:UpdateLinks into master
Compare and
1 file
+ 6
1
Preferences
Compare changes
+ 6
1
@@ -101,7 +101,11 @@ setup(name='lbmpy',
@@ -101,7 +101,11 @@ setup(name='lbmpy',
'Intended Audience :: Science/Research',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'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={
extras_require={
'gpu': ['pycuda'],
'gpu': ['pycuda'],
'opencl': ['pyopencl'],
'opencl': ['pyopencl'],
@@ -112,5 +116,6 @@ setup(name='lbmpy',
@@ -112,5 +116,6 @@ setup(name='lbmpy',
'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'],
'sphinxcontrib-bibtex', 'sphinx_autodoc_typehints', 'pandoc'],
'phasefield': ['Cython']
'phasefield': ['Cython']
},
},
 
python_requires=">=3.8",
cmdclass=get_cmdclass()
cmdclass=get_cmdclass()
)
)