--- 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 = [