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 4c4008e commit f70e213Copy full SHA for f70e213
pyproject.toml
@@ -5,7 +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 = { file = "LICENSE", text = "MIT" }
+License-Expression = "MIT"
9
+License-File = "LICENSE"
10
keywords = ["temporal", "workflow"]
11
dependencies = [
12
"nexus-rpc==1.1.0",
0 commit comments