From d2f7d51fbfd180edb77dafd66f0e2af5304b1a7b Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 3 Apr 2026 15:06:54 -0600 Subject: [PATCH] chore(pyproject.toml): update to use license-files Signed-off-by: Vaughn Dice --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aebf06d..b892506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "spin-sdk" version = "4.0.0" description = "Python SDK for Spin" readme = "README.md" -license = { file = "LICENSE" } +license-files = [ "LICENSE" ] authors = [ { name = "Spin Framework Contributors" } ] maintainers = [ { name = "Spin Framework Contributors" } ] keywords = [ "webassembly", "wasm", "component", "spin" ]