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