Skip to content

Commit 7f794d0

Browse files
Update license in pyproject.toml (#1175)
* Update license in pyproject.toml * Change license to license-experssion and license-file * Update pyproject.toml Co-authored-by: Alex Mazzeo <[email protected]> --------- Co-authored-by: Alex Mazzeo <[email protected]>
1 parent 988b12c commit 7f794d0

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" }
8+
license = "MIT"
9+
license-files = ["LICENSE"]
910
keywords = ["temporal", "workflow"]
1011
dependencies = [
1112
"nexus-rpc==1.1.0",

0 commit comments

Comments
 (0)