mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
6 lines
176 B
TOML
6 lines
176 B
TOML
--- pyproject.toml.orig 1970-01-01 00:00:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -0,0 +1,3 @@
|
|
+[build-system]
|
|
+requires = ["wheel", "setuptools"]
|
|
+build-backend = "setuptools.build_meta"
|