We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70e213 commit 6275094Copy full SHA for 6275094
pyproject.toml
@@ -5,8 +5,8 @@ description = "Temporal.io Python SDK"
5
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
6
requires-python = ">=3.10"
7
readme = "README.md"
8
-License-Expression = "MIT"
9
-License-File = "LICENSE"
+license = "MIT"
+license-files = ["LICENSE"]
10
keywords = ["temporal", "workflow"]
11
dependencies = [
12
"nexus-rpc==1.1.0",
0 commit comments