mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
- Update WWW - Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS Changes: https://github.com/tanbro/pyyaml-include/blob/main/CHANGELOG.md https://pyyaml-include.readthedocs.io/en/latest/CHANGELOG.html
10 lines
370 B
TOML
10 lines
370 B
TOML
--- pyproject.toml.orig 2024-04-01 10:29:21 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta"
|
|
[build-system]
|
|
build-backend = "setuptools.build_meta"
|
|
-requires = ["setuptools>=64", "setuptools-scm>=8"]
|
|
+requires = ["setuptools>=61", "setuptools-scm>=8"]
|
|
|
|
[project]
|
|
authors = [{ name = "liu xue yan", email = "liu_xue_yan@foxmail.com" }]
|