From: Björn Wachtendorf Date: Mon, 19 May 2025 13:08:27 +0000 (+0200) Subject: Fix licenses path in pyproject.toml X-Git-Tag: v26~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd794ec8321d99b837aa55da96dc1a2c7d4d57b1;p=thirdparty%2Fmkosi.git Fix licenses path in pyproject.toml --- diff --git a/pyproject.toml b/pyproject.toml index 92a9fc88c..3d262c25f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [