File: fix-pyproject.patch

package info (click to toggle)
libervia-templates 0.9.0~hg402%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,760 kB
  • sloc: javascript: 231; xml: 94; python: 48; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 525 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: 2024-04-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@
 name = "libervia-templates"
 dynamic = ["version"]
 description = "Templates for Libervia XMPP client"
-license = "AGPL-3.0-or-later"
+license = { file = "COPYING" }
 requires-python = ">=3.10"
 authors = [
     { name = "Libervia Dev Team", email = "contact@goffi.org" },