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
Jean-Noël Grad
pystencils
Commits
cd2007fe
Commit
cd2007fe
authored
Feb 20, 2021
by
Markus Holzer
Browse files
Merge branch 'holzer-master-patch-31708' into 'master'
Update setup.py See merge request
pycodegen/pystencils!218
parents
4df553a7
d1733c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
cd2007fe
...
...
@@ -87,7 +87,7 @@ setuptools.setup(name='pystencils',
packages
=
[
'pystencils'
]
+
[
'pystencils.'
+
s
for
s
in
setuptools
.
find_packages
(
'pystencils'
)],
install_requires
=
[
'sympy>=1.2'
,
'numpy>=1.8.0'
,
'appdirs'
,
'joblib'
],
package_data
=
{
'pystencils'
:
[
'include/*.h'
,
'kerncraft_coupling/templates/*'
'kerncraft_coupling/templates/*'
,
'backends/cuda_known_functions.txt'
,
'backends/opencl1.1_known_functions.txt'
,
'boundaries/createindexlistcython.pyx'
]},
...
...
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