File pyproject-license-fix.diff of Package python-zipp
--- pyproject.toml.smb 2025-10-13 14:22:11.101261569 -0400 +++ pyproject.toml 2025-10-13 14:22:28.707893923 -0400 @@ -21,7 +21,7 @@ "Programming Language :: Python :: 3 :: Only", ] requires-python = ">=3.9" -license = "MIT" +license = {text = "MIT"} dependencies = [ ] dynamic = ["version"]