File: fix-pyproject.patch

package info (click to toggle)
slidge-matridge 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: python: 1,894; xml: 127; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
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
@@ -7,7 +7,7 @@
     {name = "Nicolas Cedilnik", email = "nicoco@nicoco.fr"},
 ]
 readme = "README.md"
-license = "AGPL-3.0-or-later"
+license = { file = "LICENSE" }
 classifiers = [
     "Topic :: Internet :: XMPP",
 ]