summaryrefslogtreecommitdiff
path: root/devel/py-astroid/files/patch-pyproject.toml
blob: 97b1efd41b01ba6a6b66b25604287149d7c831f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- pyproject.toml.orig	2025-05-10 13:32:40 UTC
+++ pyproject.toml
@@ -1,15 +1,14 @@ build-backend = "setuptools.build_meta"
 [build-system]
 build-backend = "setuptools.build_meta"
 
-requires = [ "setuptools>=77" ]
+requires = [ "setuptools>=62.6" ]
 
 [project]
 name = "astroid"
 description = "An abstract syntax tree for Python with inference support."
 readme = "README.rst"
 keywords = [ "abstract syntax tree", "python", "static code analysis" ]
-license = "LGPL-2.1-or-later"
-license-files = [ "LICENSE", "CONTRIBUTORS.txt" ]
+license = { text = "LGPL-2.1-or-later" }
 
 requires-python = ">=3.9.0"
 classifiers = [