From 04137faf229e41d7cacc5397e7975e5372be2e71 Mon Sep 17 00:00:00 2001 From: Felix Hofmann <93227324+fohofmann@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:41:44 +0200 Subject: [PATCH] default-groups expects a sequence, not a string Signed-off-by: Felix Hofmann <93227324+fohofmann@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce9b9c90..d546cae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ constraints = [ [tool.uv] package = true -default-groups = "all" +default-groups = ["all"] [tool.setuptools.packages.find] include = ["docling*"]