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 06fc1c2 commit 3e1f4deCopy full SHA for 3e1f4de
pyproject.toml
@@ -47,8 +47,6 @@ build-backend = "hatchling.build"
47
[tool.hatch.version]
48
path = "src/makeapp/__init__.py"
49
50
-[tool.hatch.build.targets.wheel]
51
-packages = ["src/makeapp"]
52
53
[tool.hatch.build.targets.sdist]
54
packages = ["src/makeapp"]
src/makeapp/app_templates/__default__/pyproject.toml
@@ -63,9 +63,6 @@ build-backend = "hatchling.build"
63
64
path = "src/{{ package_name }}/__init__.py"
65
66
67
-packages = ["src/{{ package_name }}"]
68
-
69
70
packages = ["src/{{ package_name }}"]
71
0 commit comments