From f4b81d890c92978635a24a5ff2800211c19c53c4 Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 11 Oct 2025 20:58:54 +0200 Subject: [PATCH] disable setuptools in pyproject.toml due to failing dependabot --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec33a73..28ecd76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,7 @@ requires = [ "pip", "nuitka", # https://setuptools-git-versioning.readthedocs.io/en/latest/differences.html - "setuptools>=80.0.0", - "setuptools-git-versioning", + "setuptools-git-versioning", "wheel>=0.37.0", ] build-backend = "setuptools.build_meta"