From 5f44f92475bf326af6e7702b573b5b056b5688e3 Mon Sep 17 00:00:00 2001 From: Dummerle <44114474+Dummerle@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:46:06 +0200 Subject: [PATCH] Remove build-system section from pyproject.toml to fix `pip install .` --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96f09ecc..92f04755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,9 @@ Nuitka = "^1.0.6" pylint = "^2.15.0" black = "^22.6.0" -[build-system] -requires = ["setuptools>=42", "wheel", "nuitka", "toml"] -build-backend = "nuitka.distutils.Build" +#[build-system] +#requires = ["setuptools>=42"z, "wheel", "nuitka", "toml"] +#build-backend = "nuitka.distutils.Build" [nuitka]