12 lines
252 B
TOML
12 lines
252 B
TOML
--- pyproject.toml.orig 2023-05-14 07:59:10 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools>=67.4",
|
|
- "wheel", "pytest-runner",
|
|
+ "setuptools>=61",
|
|
+ "wheel",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|