--- pyproject.toml.orig 2025-05-04 17:07:20 UTC +++ pyproject.toml @@ -1,15 +1,15 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = [ "setuptools>=77" ] +requires = [ "setuptools>=62.6" ] [project] 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" } +# license-files = [ "LICENSE", "CONTRIBUTORS.txt" ] authors = [ { name = "Python Code Quality Authority", email = "code-quality@python.org" }, ]