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

Correct URL in setup.py

parent e20ad937
No related merge requests found
......@@ -38,7 +38,7 @@ setup(name='lbmpy_walberla',
author='Martin Bauer',
license='AGPLv3',
author_email='martin.bauer@fau.de',
url='https://i10git.cs.fau.de/software/pystencils/',
url='https://i10git.cs.fau.de/pycodegen/lbmpy_walberla/',
packages=['lbmpy_walberla'] + ['lbmpy_walberla.' + s for s in find_packages('lbmpy_walberla')],
install_requires=['lbmpy', 'pystencils_walberla'],
package_dir={'lbmpy_walberla': 'lbmpy_walberla'},
......
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