Files
ports/textproc/py-emeraldtree/files/patch-pyproject.toml
T
2026-03-12 22:46:59 +08:00

21 lines
724 B
TOML

--- pyproject.toml.orig 2026-01-24 15:24:29 UTC
+++ pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Text Processing :: Markup :: HTML",
"Topic :: Text Processing :: Markup :: XML",
]
-license = "HPND-sell-variant" # aka "Python (MIT Style)" or "Elementtree" license
+license = { text = "HPND-sell-variant" } # aka "Python (MIT Style)" or "Elementtree" license
[project.urls]
"Homepage" = "https://github.com/moinwiki/emeraldtree"
@@ -30,7 +30,7 @@ where = ["src"]
where = ["src"]
[build-system]
-requires = ["setuptools>=78.1.1", "wheel", "setuptools_scm[toml]"]
+requires = ["setuptools>=61", "wheel", "setuptools_scm[toml]"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]