You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
360 B
Diff
12 lines
360 B
Diff
--- pyproject.toml.orig 2025-01-20 09:54:02
|
|
+++ pyproject.toml 2025-01-20 09:54:15
|
|
@@ -9,7 +9,7 @@
|
|
requires = [
|
|
# Require versions that support our license files
|
|
# but produce the same names for artifacts as we always had.
|
|
- 'setuptools == 69.2.0',
|
|
+ 'setuptools >= 69.2.0',
|
|
'wheel >= 0.32.0',
|
|
]
|
|
build-backend = 'setuptools.build_meta'
|