Skip to content

Commit

Permalink
Fix error in pyproject.toml creating empty wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
juledwar committed Jul 22, 2024
1 parent 7b64870 commit 9b03044
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ test = [
source = "vcs"
[tool.hatch.build.hooks.vcs]
version-file = "dbtesttools/_version.py"
[tool.hatch.build.targets.wheel]
packages = ["dbtesttools"]
[tool.hatch.build.targets.sdist]
include = ["/dbtesttools"]
include = ["dbtesttools"]
exclude = ["tests"]

[tool.hatch.envs.default]
Expand Down

0 comments on commit 9b03044

Please sign in to comment.