chore: help setuptools finding the project path (#2333)

This commit is contained in:
Sébastien Han 2025-06-02 16:20:46 +02:00 committed by GitHub
parent c7be73fb16
commit af65207ebd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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