Update license fields in project file to latest format
This commit is contained in:
+5
-1
@@ -9,7 +9,11 @@ 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 = {text = "GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0"}
|
license = "GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0"
|
||||||
|
license-files = [
|
||||||
|
"LICENSE.md",
|
||||||
|
"setup/LICENSE-Apache-2.0.txt",
|
||||||
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user