Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RudolfWeeber
lbmpy
Commits
a9e7493b
Commit
a9e7493b
authored
May 06, 2019
by
Martin Bauer
Browse files
Corrected project URL in setup.py
parent
7e025abd
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a9e7493b
lbmpy
=====
[

](http://pycodegen.pages.walberla.net/lbmpy)
[

](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master)
[

](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master)
[
coverage report
](
http://pycodegen.pages.walberla.net/lbmpy/coverage_report
)
[

](http://pycodegen.pages.walberla.net/lbmpy/coverage_report)
Run fast fluid simulations based on the lattice Boltzmann method in Python.
...
...
setup.py
View file @
a9e7493b
...
...
@@ -52,7 +52,7 @@ setup(name='lbmpy',
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
/'
,
packages
=
[
'lbmpy'
]
+
[
'lbmpy.'
+
s
for
s
in
find_packages
(
'lbmpy'
)],
install_requires
=
[
'pystencils'
],
classifiers
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment