You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
10 lines
415 B
Diff
10 lines
415 B
Diff
--- pyproject.toml.orig 2025-07-29 12:55:38
|
|
+++ pyproject.toml 2025-07-29 12:55:48
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools~=75.3"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format.
|
|
+requires = ["setuptools"] # github actions stops at 75.3; the latest 88 yells locally about deprecated license format.
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|