From d1733c716216bd2d57f782d0f1ba632e25667cbb Mon Sep 17 00:00:00 2001
From: Markus Holzer <markus.holzer@fau.de>
Date: Sat, 20 Feb 2021 12:37:25 +0100
Subject: [PATCH] Update setup.py

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

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