forked from phoenix-oss/llama-stack-mirror
More pyproject shenanigans
This commit is contained in:
parent
1ac0d8306b
commit
439d0da84c
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ authors = [
|
|||
description = "Llama Stack"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
license = "MIT"
|
||||
license = { "text" = "MIT" }
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
@ -58,6 +58,7 @@ install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_p
|
|||
|
||||
[tool.setuptools]
|
||||
packages = {find = {}}
|
||||
license-files = []
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "pytorch-cpu"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue