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 988b12c commit 7f794d0Copy full SHA for 7f794d0
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" }
+license = "MIT"
9
+license-files = ["LICENSE"]
10
keywords = ["temporal", "workflow"]
11
dependencies = [
12
"nexus-rpc==1.1.0",
0 commit comments