-- 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:11 UTC +++ pyproject.toml @@ -2,8 +2,7 @@ description = "A python library to simplify agentic op name = "docling-agent" version = "0.6.0" # DO NOT EDIT, updated automatically description = "A python library to simplify agentic operations on documents, such as writing, editing, summarizing, extracting, and enriching." -license = "MIT" -license-files = ["LICENSE"] +license = {text = "MIT"} keywords = ["docling", "agent", "agentic", "document processing", "writing", "editing", "extraction", "enrichment", "summarization"] readme = "README.md" authors = [