From edbd1e451c1f0608acd8f84e4fbead406443bb61 Mon Sep 17 00:00:00 2001
From: markus holzer <markus.holzer@fau.de>
Date: Sat, 20 Feb 2021 10:46:12 +0100
Subject: [PATCH] Add kerncraft templates

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 0b916e876..016ec67d4 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']},
-- 
GitLab