Skip to content

Commit f70e213

Browse files
authored
Change license to license-experssion and license-file
1 parent 4c4008e commit f70e213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description = "Temporal.io Python SDK"
55
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
66
requires-python = ">=3.10"
77
readme = "README.md"
8-
license = { file = "LICENSE", text = "MIT" }
8+
License-Expression = "MIT"
9+
License-File = "LICENSE"
910
keywords = ["temporal", "workflow"]
1011
dependencies = [
1112
"nexus-rpc==1.1.0",

0 commit comments

Comments
 (0)