From f066163c72bf8fa7f4cf72549026a1354cbf677c Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 10 Feb 2026 20:50:25 -0800 Subject: [PATCH] fix cli (#739) --- cli/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index a6f538da..744e305b 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -35,10 +35,9 @@ path = "planoai/__init__.py" [tool.hatch.build.targets.wheel] packages = ["planoai"] -include = ["planoai/templates/*.yaml"] [tool.hatch.build.targets.sdist] -include = ["planoai/templates/*.yaml"] +include = ["planoai/**"] [tool.pytest.ini_options] addopts = ["-v"]