Skip to content

Commit 704eee3

Browse files
committed
fix: remove build-system from scaffold pyproject.toml
hatchling's package discovery fails when the project name (derived from the output directory) doesn't match the sample directory name. Since these are script-only samples, no build backend is needed — uv just needs the dependencies list.
1 parent b412f0b commit 704eee3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

temporal-sample.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ scaffold:
77
version = "0.1.0"
88
requires-python = ">=3.10"
99
dependencies = [{{dependencies}}]
10-
[build-system]
11-
requires = ["hatchling"]
12-
build-backend = "hatchling.build"
1310
samples:
1411
- path: hello
1512
description: Basic hello world samples (activity, signal, query, etc.)

0 commit comments

Comments
 (0)