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
|