summaryrefslogtreecommitdiff
path: root/devel/py-ijson/files/patch-pyproject.toml
blob: 51a03bfa98d3044d41e56460f2a043c30934c3ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- pyproject.toml.orig	2025-05-08 01:39:38 UTC
+++ pyproject.toml
@@ -1,10 +1,10 @@ build-backend = "setuptools.build_meta"
 [build-system]
 build-backend = "setuptools.build_meta"
-requires = ["setuptools>=77.0"]
+requires = ["setuptools>=61.0"]
 
 [project]
 name = "ijson"
-license = "BSD-3-Clause AND ISC"
+license = { text = "BSD-3-Clause AND ISC" }
 description = "Iterative JSON parser with standard Python iterator interfaces"
 readme = "README.rst"
 authors = [