Skip to content

Commit 71f192b

Browse files
authored
fix: sdist failed to install (#199)
Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com>
1 parent dadf103 commit 71f192b

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
@@ -66,11 +66,9 @@ destinations = [
6666
]
6767

6868
[tool.hatch.build.targets.sdist]
69-
packages = [
70-
"src/openjd",
71-
]
72-
only-include = [
69+
include = [
7370
"src/openjd",
71+
"hatch_version_hook.py",
7472
]
7573

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

0 commit comments

Comments
 (0)