From 3af9be744d6a4519c9dd67d67a064edbba11c396 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Sat, 1 Feb 2025 08:09:39 -0800 Subject: [PATCH] Make package finding automatic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f389c8f1..a186aa446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ llama = "llama_stack.cli.llama:main" install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_presigned" [tool.setuptools] -packages = ["llama_stack"] +packages = {find = {}} [[tool.uv.index]] name = "pytorch-cpu"