-- 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:27 UTC +++ pyproject.toml @@ -6,8 +6,7 @@ description = "Running Docling as an agent using tools name = "docling-mcp" version = "2.1.0" # DO NOT EDIT, updated automatically description = "Running Docling as an agent using tools" -license = "MIT" -license-files = ["LICENSE"] +license = {text = "MIT"} authors = [ {name="Peter Staar", email="taa@zurich.ibm.com"}, {name="Adel Zaalouk", email="azaalouk@redhat.com"},