From 2a1ac97b26be54ef29577212f956ceaaf76fec38 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 9 Nov 2025 18:03:53 +0100 Subject: [PATCH] Trying to fix python module build system --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aee59ff0c..7f820b541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools"] +requires = ["setuptools", "tomllib"] build-backend = "setuptools.build_meta" [tool.cibuildwheel]