More pyproject shenanigans

This commit is contained in:
Ashwin Bharambe 2025-02-01 08:51:45 -08:00
parent 1ac0d8306b
commit 439d0da84c

View file

@ -11,7 +11,7 @@ authors = [
description = "Llama Stack" description = "Llama Stack"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
license = "MIT" license = { "text" = "MIT" }
classifiers = [ classifiers = [
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
@ -58,6 +58,7 @@ install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_p
[tool.setuptools] [tool.setuptools]
packages = {find = {}} packages = {find = {}}
license-files = []
[[tool.uv.index]] [[tool.uv.index]]
name = "pytorch-cpu" name = "pytorch-cpu"