File: remove-license-classifier.patch

package info (click to toggle)
slixmpp 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,384 kB
  • sloc: python: 41,133; xml: 1,183; makefile: 120
file content (16 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove obsolete license classifier
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2025-09-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,6 @@
 ]
 classifiers = [
     'Intended Audience :: Developers',
-    'License :: OSI Approved :: MIT License',
     'Programming Language :: Python',
     'Programming Language :: Python :: 3.9',
     'Programming Language :: Python :: 3.10',