From 93c907878a6fe4bfc8b6719d04d48ce71a7416df Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Tue, 29 Oct 2024 16:27:49 +0100
Subject: [PATCH] debugging

---
 pyproject.toml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index c71034a..cfcfeeb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,4 +1,5 @@
 [build-system]
+requires = ["setuptools>=42", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -8,6 +9,3 @@ description = "A description of your module"
 authors = [
     { name = "Jonas Eppelt", email = "jonas.eppelt@kit.edu" }
 ]
-
-[tool.setuptools]
-packages = ["find:"]
-- 
GitLab