mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
chore: help setuptools finding the project path (#2333)
This commit is contained in:
parent
c7be73fb16
commit
af65207ebd
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