We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c00234 commit f4ded9cCopy full SHA for f4ded9c
1 file changed
{{cookiecutter.project_slug}}/pyproject.toml
@@ -27,6 +27,9 @@ build-backend = "hatchling.build"
27
[tool.hatch.version]
28
path = "{{ cookiecutter.__project_src_path }}/__init__.py"
29
30
+[tool.hatch.build.targets.wheel]
31
+packages = ["{{ cookiecutter.__project_src_path }}"]
32
+
33
[tool.setuptools.dynamic]
34
version = { attr = "{{ cookiecutter.__project_import }}.__version__" }
35
0 commit comments