Skip to content

Commit 1da2e3a

Browse files
committed
specify build target
1 parent b21c54e commit 1da2e3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ authors = [
1919
[tool.uv]
2020
dev-dependencies = [
2121
"pytest>=8.3.4",
22-
]
22+
]
23+
24+
[tool.hatch.build.targets.wheel]
25+
packages = ["src/demo"]

0 commit comments

Comments
 (0)