We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b64870 commit 9b03044Copy full SHA for 9b03044
pyproject.toml
@@ -60,8 +60,10 @@ test = [
60
source = "vcs"
61
[tool.hatch.build.hooks.vcs]
62
version-file = "dbtesttools/_version.py"
63
+[tool.hatch.build.targets.wheel]
64
+packages = ["dbtesttools"]
65
[tool.hatch.build.targets.sdist]
-include = ["/dbtesttools"]
66
+include = ["dbtesttools"]
67
exclude = ["tests"]
68
69
[tool.hatch.envs.default]
0 commit comments