mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
chore: help setuptools finding the project path
This resolves the slowness I experienced when running `uv` commands. One other option would also be to use `uv` build instead of setuptools (much faster) but it does not support dynamic metadata. So we could reconsider later. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
c7be73fb16
commit
1dcffac3fd
1 changed files with 2 additions and 3 deletions
|
@ -130,9 +130,8 @@ Homepage = "https://github.com/meta-llama/llama-stack"
|
|||
llama = "llama_stack.cli.llama:main"
|
||||
install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_presigned"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = { find = {} }
|
||||
license-files = []
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["llama_stack"]
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "pytorch-cpu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue