Skip to content

Commit 8686e94

Browse files
authored
chore(pyproject.toml): update to use license-files (#133)
Signed-off-by: Vaughn Dice <vdice@akamai.com>
1 parent d91763e commit 8686e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "spin-sdk"
77
version = "4.0.0"
88
description = "Python SDK for Spin"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license-files = [ "LICENSE" ]
1111
authors = [ { name = "Spin Framework Contributors" } ]
1212
maintainers = [ { name = "Spin Framework Contributors" } ]
1313
keywords = [ "webassembly", "wasm", "component", "spin" ]

0 commit comments

Comments
 (0)