]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Fix licenses path in pyproject.toml
authorBjörn Wachtendorf <b.wachtendorf@cellumation.com>
Mon, 19 May 2025 13:08:27 +0000 (15:08 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 19 May 2025 14:09:57 +0000 (16:09 +0200)
pyproject.toml

index 92a9fc88cea6837b6abd7ef5f9b70eb542dc75d6..3d262c25f1aa9679db824105cc7555059f4468a4 100644 (file)
@@ -11,7 +11,12 @@ version = "25.3"
 description = "Build Bespoke OS Images"
 readme = "README.md"
 requires-python = ">=3.9"
-license = {file = "LICENSE"}
+license-files = [
+    "LICENSES/GPL-2.0-only.txt",
+    "LICENSES/LGPL-2.1-or-later.txt",
+    "LICENSES/OFL-1.1.txt",
+    "LICENSES/PSF-2.0.txt"
+]
 
 [project.optional-dependencies]
 bootable = [