Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ description = "Temporal.io Python SDK"
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
requires-python = ">=3.10"
readme = "README.md"
license = { file = "LICENSE" }
License-Expression = "MIT"
License-File = "LICENSE"
keywords = ["temporal", "workflow"]
dependencies = [
"nexus-rpc==1.1.0",
Expand Down