Skip to content
Snippets Groups Projects
Commit d1733c71 authored by Markus Holzer's avatar Markus Holzer
Browse files

Update setup.py

parent 4df553a7
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ setuptools.setup(name='pystencils', ...@@ -87,7 +87,7 @@ setuptools.setup(name='pystencils',
packages=['pystencils'] + ['pystencils.' + s for s in setuptools.find_packages('pystencils')], packages=['pystencils'] + ['pystencils.' + s for s in setuptools.find_packages('pystencils')],
install_requires=['sympy>=1.2', 'numpy>=1.8.0', 'appdirs', 'joblib'], install_requires=['sympy>=1.2', 'numpy>=1.8.0', 'appdirs', 'joblib'],
package_data={'pystencils': ['include/*.h', package_data={'pystencils': ['include/*.h',
'kerncraft_coupling/templates/*' 'kerncraft_coupling/templates/*',
'backends/cuda_known_functions.txt', 'backends/cuda_known_functions.txt',
'backends/opencl1.1_known_functions.txt', 'backends/opencl1.1_known_functions.txt',
'boundaries/createindexlistcython.pyx']}, 'boundaries/createindexlistcython.pyx']},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment