--- pyproject.toml.orig 2025-10-18 21:53:59 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools>=77", + "setuptools", "setuptools-scm>=8", ] @@ -9,8 +9,6 @@ readme = "README.rst" name = "iniconfig" description = "brain-dead simple config-ini parsing" readme = "README.rst" -license = "MIT" -license-files = [ "LICENSE" ] authors = [ { name = "Ronny Pfannschmidt", email = "opensource@ronnypfannschmidt.de" }, { name = "Holger Krekel", email = "holger.krekel@gmail.com" },