11 lines
237 B
Text
11 lines
237 B
Text
|
Index: pyproject.toml
|
||
|
--- pyproject.toml.orig
|
||
|
+++ pyproject.toml
|
||
|
@@ -1,5 +1,5 @@
|
||
|
[build-system]
|
||
|
-requires = ["setuptools~=62.6", "wheel~=0.37.1"]
|
||
|
+requires = ["setuptools", "wheel"]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[project]
|