-- 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.10" description = "Haystack converter component for DoclingServe — document conversion via HTTP" readme = "README.md" requires-python = ">=3.10" -license = "Apache-2.0" +license = {text = "Apache-2.0"} keywords = ["Haystack", "Docling", "DoclingServe", "document conversion", "PDF", "OCR"] authors = [{ name = "deepset GmbH", email = "info@deepset.ai" }] classifiers = [