Skip to content

Commit f4ded9c

Browse files
committed
Add hatch build targets
1 parent 0c00234 commit f4ded9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ build-backend = "hatchling.build"
2727
[tool.hatch.version]
2828
path = "{{ cookiecutter.__project_src_path }}/__init__.py"
2929

30+
[tool.hatch.build.targets.wheel]
31+
packages = ["{{ cookiecutter.__project_src_path }}"]
32+
3033
[tool.setuptools.dynamic]
3134
version = { attr = "{{ cookiecutter.__project_import }}.__version__" }
3235

0 commit comments

Comments
 (0)