default-groups expects a sequence, not a string

Signed-off-by: Felix Hofmann <93227324+fohofmann@users.noreply.github.com>
This commit is contained in:
Felix Hofmann 2025-06-06 13:41:44 +02:00 committed by GitHub
parent 9dbcb3d7d4
commit 04137faf22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ constraints = [
[tool.uv] [tool.uv]
package = true package = true
default-groups = "all" default-groups = ["all"]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
include = ["docling*"] include = ["docling*"]