Skip to content

Commit 3bc152b

Browse files
authored
Update pyproject.toml
1 parent 61e534c commit 3bc152b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/makeapp/app_templates/__default__/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ path = "src/{{ package_name }}/__init__.py"
6666
[tool.hatch.build.targets.wheel]
6767
packages = ["src/{{ package_name }}"]
6868

69+
[tool.hatch.build.targets.sdist]
70+
packages = ["src/{{ package_name }}"]
71+
6972
[tool.pytest.ini_options]
7073
testpaths = [
7174
"tests",

0 commit comments

Comments
 (0)