From debbd56e50a7c5043d2d498d4091ca818d5bdf73 Mon Sep 17 00:00:00 2001 From: Jen Hamon Date: Thu, 27 Mar 2025 12:13:34 -0400 Subject: [PATCH] Update license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f87dff14..c57a30dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{ name = "Andreas Mueller", email = "t3kcit+wordcloud@gmail.com" }] description = "A little word cloud generator" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.7" -license = { text = "MIT License" } +license = "MIT" dependencies = ["numpy>=1.6.1", "pillow", "matplotlib"] dynamic = ["version"]