From 283b97f3f2ea31a350fa6c5c606cb6f977beb184 Mon Sep 17 00:00:00 2001 From: helldh Date: Fri, 6 Mar 2026 17:21:37 +0300 Subject: [PATCH] Minor metada fixes 2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d561a8b..682a06f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ version = "0.1.0" description = "Lightweight scaffold framework for PyQt6 applications" readme = "README.md" requires-python = ">=3.11" -license = {file = "LICENSE"} +license = "LGPL-3.0-or-later" +license-files = ["LICENSE"] classifiers = [ - "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Topic :: Software Development :: User Interfaces", "Topic :: Software Development :: Libraries :: Application Frameworks", "Operating System :: OS Independent",