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 962a055 commit 805e674Copy full SHA for 805e674
pyproject.toml
@@ -194,6 +194,10 @@ build-backend = "maturin"
194
manifest-path = "temporalio/bridge/Cargo.toml"
195
module-name = "temporalio.bridge.temporal_sdk_bridge"
196
python-packages = ["temporalio"]
197
+include = ["LICENSE"]
198
+exclude = [
199
+ "temporalio/bridge/target/**/*",
200
+]
201
202
[tool.uv]
203
# Prevent uv commands from building the package by default
0 commit comments