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" ]