From b8aba77a34842f8244d2c62ea81817c856a3b36b Mon Sep 17 00:00:00 2001
From: Markus Holzer <markus.holzer@fau.de>
Date: Tue, 16 Jan 2024 09:26:05 +0100
Subject: [PATCH] Remove unnesesarry file listinh

---
 pyproject.toml | 2 --
 setup.py       | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 44dcfbf5a..d1ffb3bde 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -81,8 +81,6 @@ pystencils = [
     "include/*.h",
     "backends/cuda_known_functions.txt",
     "backends/opencl1.1_known_functions.txt",
-    "boundaries/createindexlistcython.c",
-    "boundaries/createindexlistcython.pyx",
 ]
 
 [tool.setuptools.packages.find]
diff --git a/setup.py b/setup.py
index 188044a46..13202a84f 100644
--- a/setup.py
+++ b/setup.py
@@ -10,9 +10,11 @@ if int(setuptools_version.split('.')[0]) < 61:
 
 import versioneer
 
+
 def get_cmdclass():
     return versioneer.get_cmdclass()
 
+
 setup(
     version=versioneer.get_version(),
     cmdclass=get_cmdclass(),
-- 
GitLab