Update license setting in pyproject.toml

This commit is contained in:
Veronica Berglyd Olsen
2025-06-10 00:09:04 +02:00
parent d61329a4f3
commit 8c38bece3a
+1 -1
View File
@@ -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",