diff --git a/pyproject.toml b/pyproject.toml index d561a8b..cc3e168 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 = "LGPLv3" +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",