Skip to content

Commit 97a0b14

Browse files
committed
Update sdist directive.
1 parent f627523 commit 97a0b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ path = "src/makeapp/__init__.py"
5151
packages = ["src/makeapp"]
5252

5353
[tool.hatch.build.targets.sdist]
54-
packages = ["src/makeapp"]
54+
packages = ["src/"]
5555

5656
[tool.pytest.ini_options]
5757
testpaths = [

src/makeapp/app_templates/__default__/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ path = "src/{{ package_name }}/__init__.py"
6767
packages = ["src/{{ package_name }}"]
6868

6969
[tool.hatch.build.targets.sdist]
70-
packages = ["src/{{ package_name }}"]
70+
packages = ["src/"]
7171

7272
[tool.pytest.ini_options]
7373
testpaths = [

0 commit comments

Comments
 (0)