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

Extended setup.py

parent 00a6047f
No related branches found
No related tags found
No related merge requests found
...@@ -43,4 +43,8 @@ setup(name='pystencils_walberla', ...@@ -43,4 +43,8 @@ setup(name='pystencils_walberla',
install_requires=['pystencils[alltrafos]', 'jinja2'], install_requires=['pystencils[alltrafos]', 'jinja2'],
package_data={'pystencils_walberla': ['templates/*']}, package_data={'pystencils_walberla': ['templates/*']},
test_suite='pystencils_walberla_tests', test_suite='pystencils_walberla_tests',
project_urls={
"Bug Tracker": "https://i10git.cs.fau.de/pycodegen/pystencils_walberla/issues",
"Source Code": "https://i10git.cs.fau.de/pycodegen/pystencils_walberla",
},
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment