Skip to content

Commit 9b03044

Browse files
committed
Fix error in pyproject.toml creating empty wheels
1 parent 7b64870 commit 9b03044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ test = [
6060
source = "vcs"
6161
[tool.hatch.build.hooks.vcs]
6262
version-file = "dbtesttools/_version.py"
63+
[tool.hatch.build.targets.wheel]
64+
packages = ["dbtesttools"]
6365
[tool.hatch.build.targets.sdist]
64-
include = ["/dbtesttools"]
66+
include = ["dbtesttools"]
6567
exclude = ["tests"]
6668

6769
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)