--- pyproject.toml.orig 2025-06-17 20:09:42 UTC +++ pyproject.toml @@ -3,17 +3,14 @@ # SPDX-License-Identifier: MIT [build-system] -requires = ["setuptools >= 75.3.2"] +requires = ["setuptools >= 61.0"] build-backend = "setuptools.build_meta" [project] name = 'pydot' description = "Python interface to Graphviz's Dot" readme = "README.md" -license = "MIT" -license-files = [ - 'LICENSES/*', -] +license = {text = "MIT"} requires-python = ">= 3.8" dependencies = [ 'pyparsing>=3.1.0'