ports/textproc/py-elementpath/files/patch-pyproject.toml
2026-01-15 07:49:32 +00:00

20 lines
566 B
TOML

--- pyproject.toml.orig 2026-01-15 07:48:00 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools >= 77.0"]
+requires = ["setuptools >= 63.0"]
build-backend = "setuptools.build_meta"
[project]
@@ -7,8 +7,7 @@ readme = "README.rst"
version = "5.1.0"
description = "XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml"
readme = "README.rst"
-license = "MIT"
-license-files = ["LICENSE"]
+license = { text = "MIT" }
requires-python = ">=3.10"
authors = [
{ name = "Davide Brunato", email = "brunato@sissa.it" },