-- Fix license declaration format for PEP 621 compatibility and remove license-files path not present in distfile. --- pyproject.toml.orig 2026-07-09 20:28:31 UTC +++ pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.8.1" description = "A Python SDK for interacting with Docling Serve API using Pydantic models" readme = "README.md" requires-python = ">=3.8.1" -license = "MIT" +license = {text = "MIT"} authors = [ {name = "Alberto Ferrer", email = "albertof@barrahome.org"}, ]