From 8c38bece3a62941db2f5df42bd877d1116df641d Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:09:04 +0200 Subject: [PATCH] Update license setting in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fb42595..8375e9b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "A plain text editor for planning and writing novels" readme = {file = "setup/description_pypi.md", content-type = "text/markdown"} -license = {text = "GNU General Public License v3"} +license = "GPL-3.0" classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10",