1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix pyproject.toml project.license
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2025-04-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@
authors = [
{name = "Nicolas Cedilnik", email = "nicoco@nicoco.fr"},
]
-license = "AGPL-3.0-or-later"
+license = { file = "LICENSE" }
classifiers = [
"Topic :: Internet :: XMPP",
"Topic :: Software Development :: Libraries :: Python Modules",
|