From 439d0da84ce5963cbb200b4d290c82b04c1f87f2 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Sat, 1 Feb 2025 08:51:45 -0800 Subject: [PATCH] More pyproject shenanigans --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c12ed88b..ebb74f59d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"