From 7e643b9b12b45149c6791c950903221a7b9289a1 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Thu, 5 Jun 2025 11:27:00 -0700 Subject: [PATCH] update to import all dependencies inside llama-stack --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e398c60a..ab04fb5f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,8 @@ llama = "llama_stack.cli.llama:main" install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_presigned" [tool.setuptools.packages.find] -include = ["llama_stack"] +where = ["."] +include = ["llama_stack", "llama_stack.*"] [[tool.uv.index]] name = "pytorch-cpu"