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 61e534c commit 3bc152bCopy full SHA for 3bc152b
src/makeapp/app_templates/__default__/pyproject.toml
@@ -66,6 +66,9 @@ path = "src/{{ package_name }}/__init__.py"
66
[tool.hatch.build.targets.wheel]
67
packages = ["src/{{ package_name }}"]
68
69
+[tool.hatch.build.targets.sdist]
70
+packages = ["src/{{ package_name }}"]
71
+
72
[tool.pytest.ini_options]
73
testpaths = [
74
"tests",
0 commit comments