From 6bd267a42380494916bc9ff18a2b8711b406083f Mon Sep 17 00:00:00 2001 From: privacy1st Date: Fri, 12 Jul 2024 16:46:18 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c035a4f..d7bca54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,5 @@ -# https://packaging.python.org/tutorials/packaging-projects/#creating-pyproject-toml +# https://packaging.python.org/en/latest/tutorials/packaging-projects/#choosing-a-build-backend [build-system] -requires = [ - "setuptools>=42", - "wheel" -] +requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta"