From 686abc783ca8b69c563976144c9b0393d8a3eb79 Mon Sep 17 00:00:00 2001
From: "Hock, Martin" <mahoromax@outlook.de>
Date: Sun, 23 Mar 2025 15:10:24 +0100
Subject: [PATCH] Try only with newer setuptools

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 3584424..9906053 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=61", "wheel"]
+requires = ["setuptools>=77", "wheel"]
 build-backend = "setuptools.build_meta" 
 
 [project]
-- 
GitLab