Make package finding automatic

This commit is contained in:
Ashwin Bharambe 2025-02-01 08:09:39 -08:00
parent 5836ab2454
commit 3af9be744d

View file

@ -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"