Skip to content

Commit 59ddcd5

Browse files
committed
Try pointing to placeholder package for build step
1 parent d8d0939 commit 59ddcd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ dev = [
6060
[tool.hatch.build]
6161
only-packages = true
6262

63-
# [tool.hatch.build.targets.wheel]
64-
# packages = ["src/<package_name>"]
63+
[tool.hatch.build.targets.wheel]
64+
packages = ["src/package_name"]
6565

6666
# [tool.hatch.build.hooks.vcs]
6767
# version-file = "src/<package_name>/_version.py"

0 commit comments

Comments
 (0)