From 8f9ff545a4b2e0a547cb17205cc30468f37fb50a Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Sat, 1 Feb 2025 08:34:25 -0800 Subject: [PATCH] Update LICENSE format --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a186aa446..8c12ed88b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ description = "Llama Stack" readme = "README.md" requires-python = ">=3.10" -license = { text = "MIT" } +license = "MIT" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",