Skip to content

Commit 3e1f4de

Browse files
committed
Configure only sdist (otherwise sdist+wheel leads to an empty wheel).
1 parent 06fc1c2 commit 3e1f4de

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ build-backend = "hatchling.build"
4747
[tool.hatch.version]
4848
path = "src/makeapp/__init__.py"
4949

50-
[tool.hatch.build.targets.wheel]
51-
packages = ["src/makeapp"]
5250

5351
[tool.hatch.build.targets.sdist]
5452
packages = ["src/makeapp"]

src/makeapp/app_templates/__default__/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ build-backend = "hatchling.build"
6363
[tool.hatch.version]
6464
path = "src/{{ package_name }}/__init__.py"
6565

66-
[tool.hatch.build.targets.wheel]
67-
packages = ["src/{{ package_name }}"]
68-
6966
[tool.hatch.build.targets.sdist]
7067
packages = ["src/{{ package_name }}"]
7168

0 commit comments

Comments
 (0)