Fix debian build

This commit is contained in:
Veronica Berglyd Olsen
2025-09-14 18:37:23 +02:00
parent b61aec9212
commit bb01d0e5ae
5 changed files with 22 additions and 21 deletions
+1 -4
View File
@@ -10,10 +10,7 @@ authors = [
description = "A plain text editor for planning and writing novels"
readme = {file = "setup/description_pypi.md", content-type = "text/markdown"}
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",
]
license-files = ["LICENSE.md", "LICENSE-Apache-2.0.txt"]
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",