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 f627523 commit 97a0b14Copy full SHA for 97a0b14
pyproject.toml
@@ -51,7 +51,7 @@ path = "src/makeapp/__init__.py"
51
packages = ["src/makeapp"]
52
53
[tool.hatch.build.targets.sdist]
54
-packages = ["src/makeapp"]
+packages = ["src/"]
55
56
[tool.pytest.ini_options]
57
testpaths = [
src/makeapp/app_templates/__default__/pyproject.toml
@@ -67,7 +67,7 @@ path = "src/{{ package_name }}/__init__.py"
67
packages = ["src/{{ package_name }}"]
68
69
70
-packages = ["src/{{ package_name }}"]
71
72
73
0 commit comments