mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
12 lines
266 B
TOML
12 lines
266 B
TOML
--- pyproject.toml.orig 2025-03-16 21:56:26 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
- "setuptools ~= 75.8",
|
|
- "wheel ~= 0.45",
|
|
+ "setuptools",
|
|
+ "wheel",
|
|
"pyTooling ~= 8.2"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|