From 0aecb815c38205a758dc08d836451faf62e75073 Mon Sep 17 00:00:00 2001 From: Morgan Epp <60796713+epmog@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:36:33 -0500 Subject: [PATCH] fix: sdist failed to install Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c25f359..4b4d2727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,11 +66,9 @@ destinations = [ ] [tool.hatch.build.targets.sdist] -packages = [ - "src/openjd", -] -only-include = [ +include = [ "src/openjd", + "hatch_version_hook.py", ] [tool.hatch.build.targets.wheel]