Skip to content

fix: add missing hatch target in project template

Choose a tag to compare

@DavidVujic DavidVujic released this 29 Oct 21:12
· 6 commits to main since this release
6be1473

Add the missing entry when creating a new project with the hatch build backend (i.e. uv or hatch).

[tool.hatch.build.targets.wheel]
packages = ["<the top namespace>"]

Details in #386