-- 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:22 UTC +++ pyproject.toml @@ -2,8 +2,7 @@ description = "A python library to define and validate name = "docling-core" version = "2.85.0" # DO NOT EDIT, updated automatically description = "A python library to define and validate data types in Docling." -license = "MIT" -license-files = ["LICENSE"] +license = {text = "MIT"} keywords = ["docling", "discovery", "etl", "information retrieval", "analytics", "database", "database schema", "schema", "JSON"] readme = "README.md" authors = [