910e3bef2f
Releases notes at https://github.com/amueller/word_cloud/releases
12 lines
374 B
TOML
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"]
|
|
|