diff --git a/setup.py b/setup.py index 0b916e876a253ffa72a6fe229c65573f2b50beb6..016ec67d46f2c28af5b974a46630bccd9d98f565 100644 --- a/setup.py +++ b/setup.py @@ -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']},