Files
ports/textproc/py-wordcloud/files/patch-pyproject.toml
T
2026-05-19 09:21:27 +02:00

12 lines
374 B
TOML

--- pyproject.toml.orig 2026-01-22 01:57:45 UTC
+++ pyproject.toml
@@ -8,7 +8,7 @@ requires-python = ">=3.9"
description = "A little word cloud generator"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.9"
-license = "MIT"
+license = {text = "MIT"}
dependencies = ["numpy>=1.19.3", "pillow", "matplotlib"]
dynamic = ["version"]