Minor metada fixes 2

This commit is contained in:
helldh 2026-03-06 17:21:37 +03:00
parent b45ed5c13e
commit ee4eeec09b

View file

@ -8,9 +8,9 @@ version = "0.1.0"
description = "Lightweight scaffold framework for PyQt6 applications" description = "Lightweight scaffold framework for PyQt6 applications"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"
license = {file = "LICENSE"} license = "LGPLv3"
license-files = ["LICENSE"]
classifiers = [ classifiers = [
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Topic :: Software Development :: User Interfaces", "Topic :: Software Development :: User Interfaces",
"Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Application Frameworks",
"Operating System :: OS Independent", "Operating System :: OS Independent",