Skip to content
Snippets Groups Projects
Commit a9e7493b authored by Martin Bauer's avatar Martin Bauer
Browse files

Corrected project URL in setup.py

parent 7e025abd
No related branches found
No related tags found
No related merge requests found
lbmpy lbmpy
===== =====
[![Docs](https://img.shields.io/badge/read-the_docs-brightgreen.svg)](http://pycodegen.pages.walberla.net/lbmpy)
[![pipeline status](https://i10git.cs.fau.de/pycodegen/lbmpy/badges/master/pipeline.svg)](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master) [![pipeline status](https://i10git.cs.fau.de/pycodegen/lbmpy/badges/master/pipeline.svg)](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master)
[![coverage report](https://i10git.cs.fau.de/pycodegen/lbmpy/badges/master/coverage.svg)](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master) [![coverage report](https://i10git.cs.fau.de/pycodegen/lbmpy/badges/master/coverage.svg)](http://pycodegen.pages.walberla.net/lbmpy/coverage_report)
[coverage report](http://pycodegen.pages.walberla.net/lbmpy/coverage_report)
Run fast fluid simulations based on the lattice Boltzmann method in Python. Run fast fluid simulations based on the lattice Boltzmann method in Python.
......
...@@ -52,7 +52,7 @@ setup(name='lbmpy', ...@@ -52,7 +52,7 @@ setup(name='lbmpy',
author='Martin Bauer', author='Martin Bauer',
license='AGPLv3', license='AGPLv3',
author_email='martin.bauer@fau.de', author_email='martin.bauer@fau.de',
url='https://i10git.cs.fau.de/software/pystencils/', url='https://i10git.cs.fau.de/pycodegen/lbmpy/',
packages=['lbmpy'] + ['lbmpy.' + s for s in find_packages('lbmpy')], packages=['lbmpy'] + ['lbmpy.' + s for s in find_packages('lbmpy')],
install_requires=['pystencils'], install_requires=['pystencils'],
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment