Skip to content

Commit c15e160

Browse files
committed
fix: sdist failed to install
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
1 parent f1f8933 commit c15e160

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@ destinations = [
6464
]
6565

6666
[tool.hatch.build.targets.sdist]
67-
packages = [
68-
"src/openjd",
69-
]
70-
only-include = [
67+
include = [
7168
"src/openjd",
69+
"hatch_version_hook.py",
7270
]
7371

7472
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)