From 2c4fd158b49b17cd0f4705d73a8bb33615949391 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Tue, 10 Jun 2025 09:33:17 +0200 Subject: [PATCH] Reset pyproject.toml Signed-off-by: Christoph Auer --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d880ea29..ce9b9c90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,8 +143,7 @@ constraints = [ [tool.uv] package = true -# default-groups = ["all"] -default-groups = ["dev", "docs", "examples"] +default-groups = "all" [tool.setuptools.packages.find] include = ["docling*"]