From 2eda53dba56ca46ba6a5738c7daa0704557c456c Mon Sep 17 00:00:00 2001 From: Damian Birchler Date: Thu, 26 Sep 2024 09:53:54 +0200 Subject: [PATCH] Remove comment which doesn't apply --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97825da7..ad0679d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,3 @@ [build-system] -# XXX: If your project needs other packages to build properly, add them to this list. requires = ["setuptools >= 64"] build-backend = "setuptools.build_meta"