You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
1ae3811295
code cleanup
12 lines
291 B
Diff
12 lines
291 B
Diff
--- pyproject.toml.orig 2024-09-28 20:27:13
|
|
+++ pyproject.toml 2025-02-10 12:11:36
|
|
@@ -2,7 +2,7 @@
|
|
requires = [
|
|
"setuptools",
|
|
"Cython>=3.1",
|
|
- "versioneer[toml]==0.28",
|
|
+ "versioneer[toml]>=0.28",
|
|
# tomli is used by versioneer
|
|
"tomli; python_version < '3.11'",
|
|
]
|