Files
ports/textproc/py-tokenizer/files/patch-pyproject.toml
T
Juraj Lutter 164723428a textproc/py-tokenizer: Fix build
Reported by:	pkg-fallout
2026-07-12 12:46:32 +02:00

21 lines
558 B
TOML

--- pyproject.toml.orig 2026-07-12 10:32:04 UTC
+++ pyproject.toml
@@ -10,7 +10,6 @@ readme = "README.md"
authors = [{ name = "Miðeind ehf.", email = "mideind@mideind.is" }]
maintainers = [{ name = "Vilhjálmur Þorsteinsson", email = "vt@mideind.is" }]
readme = "README.md"
-license = "MIT"
keywords = [
"tokenizer",
"tokenization",
@@ -43,6 +42,9 @@ requires-python = ">=3.10"
"Topic :: Text Processing :: Linguistic",
]
requires-python = ">=3.10"
+
+[license]
+file = "LICENSE.txt"
[project.urls]
Homepage = "https://mideind.is"