File: fix-pyproject.patch

package info (click to toggle)
slidge 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,372 kB
  • sloc: python: 20,171; xml: 518; sh: 57; javascript: 27; makefile: 14
file content (17 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
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",