misc: Use proper SPDX identifier for license in pyproject.yaml

This commit is contained in:
Jan van Brügge
2025-10-01 17:33:47 +01:00
parent d63271d95b
commit 133251a995

View File

@@ -9,7 +9,7 @@ authors = [
]
requires-python = ">=3.13"
readme = "README.md"
license = "GNU AGPLv3"
license = "AGPL-3.0-only"
dependencies = [
"PyYAML ~= 6.0",
"SQLAlchemy[mariadb-connector,mysql-connector,postgresql-psycopg] ~= 2.0",