blob: f8d5c67d7b25ce3bc98b66c34263f42e8d76120d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2025-05-05 04:21:19 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
# Ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# and https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
[build-system]
-requires = ["setuptools >= 75.3.0, < 81.0.0", "wheel ~= 0.42"]
+requires = ["setuptools >= 61.0.0, < 81.0.0", "wheel ~= 0.42"]
build-backend = "setuptools.build_meta"
[project]
|