From 814942876f12771fd16d28be69b8ec5eee8d9c74 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 10 Feb 2026 20:42:49 -0800 Subject: [PATCH] fix cli --- 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"]