File: 0004.use-of-SPDX-expression.patch

package info (click to toggle)
python-friendly 0.7.21%2Bgit20230418.fe5d3a2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,268 kB
  • sloc: python: 2,291; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Updated to use SPDX expression as per PEP 639
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Forwarded:not-needed
Last-Update: 2025-10-07
Index: python-friendly/setup.cfg
===================================================================
--- python-friendly.orig/setup.cfg
+++ python-friendly/setup.cfg
@@ -4,10 +4,10 @@ version = attr: friendly.__version__
 description = Friendlier tracebacks in any language.
 long_description = file: README.md
 long_description_content_type = text/markdown
+license = MIT
 classifiers =
     Development Status :: 4 - Beta
     Environment :: Console
-    License :: OSI Approved :: MIT License
     Natural Language :: English
     Natural Language :: French
     Programming Language :: Python :: 3