mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
default-groups expects a sequence, not a string
Signed-off-by: Felix Hofmann <93227324+fohofmann@users.noreply.github.com>
This commit is contained in:
parent
9dbcb3d7d4
commit
04137faf22
@ -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*"]
|
||||||
|
Loading…
Reference in New Issue
Block a user