File python-pylint-pyproject.toml.patch of Package python-pylint
diff -Pdpru pylint-3.3.6.orig/pyproject.toml pylint-3.3.6/pyproject.toml
--- pylint-3.3.6.orig/pyproject.toml 2025-03-20 12:18:44.000000000 +0100
+++ pylint-3.3.6/pyproject.toml 2025-05-28 12:00:15.372998110 +0200
@@ -8,8 +8,7 @@ name = "pylint"
description = "python code static checker"
readme = "README.rst"
keywords = [ "lint", "linter", "python", "static code analysis" ]
-license = "GPL-2.0-or-later"
-license-files = [ "LICENSE", "CONTRIBUTORS.txt" ]
+license = {text = "GPL-2.0-or-later"}
authors = [
{ name = "Python Code Quality Authority", email = "code-quality@python.org" },
]