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

Add kerncraft templates

parent 1f9d65ed
No related merge requests found
...@@ -87,6 +87,7 @@ setuptools.setup(name='pystencils', ...@@ -87,6 +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/*'
'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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment