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"