blob: d2826b97b2846dff4ada6c591ceff54842d2a256 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- 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" },
]
|