Revert the format of the license field in the pyrproject file (#2434)

This commit is contained in:
Veronica Berglyd Olsen
2025-06-25 10:23:00 +02:00
parent da3383a67c
commit 453502e1c7
+1 -2
View File
@@ -9,7 +9,7 @@ authors = [
] ]
description = "A plain text editor for planning and writing novels" description = "A plain text editor for planning and writing novels"
readme = {file = "setup/description_pypi.md", content-type = "text/markdown"} readme = {file = "setup/description_pypi.md", content-type = "text/markdown"}
license = "GPL-3.0" license = {text = "GPL-3.0-or-later"}
classifiers = [ classifiers = [
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
@@ -17,7 +17,6 @@ classifiers = [
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",