Skip to content

Commit 805e674

Browse files
committed
Tweak wheel contents
1 parent 962a055 commit 805e674

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ build-backend = "maturin"
194194
manifest-path = "temporalio/bridge/Cargo.toml"
195195
module-name = "temporalio.bridge.temporal_sdk_bridge"
196196
python-packages = ["temporalio"]
197+
include = ["LICENSE"]
198+
exclude = [
199+
"temporalio/bridge/target/**/*",
200+
]
197201

198202
[tool.uv]
199203
# Prevent uv commands from building the package by default

0 commit comments

Comments
 (0)