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

Merge branch 'FixPackageData' into 'master'

Add kerncraft templates

See merge request pycodegen/pystencils!217
parents 6bb096fd edbd1e45
1 merge request!217Add kerncraft templates
Pipeline #30416 passed with stage
in 7 minutes and 11 seconds
......@@ -87,6 +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/*'
'backends/cuda_known_functions.txt',
'backends/opencl1.1_known_functions.txt',
'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