From 7013a01664e55df809756bf0eaae1637c85f77e4 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Fri, 20 Sep 2024 10:42:21 -0500 Subject: [PATCH] Include app launcher config in sdist --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d072e99..fa1f7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ version-file = "reducer/_version.py" [tool.hatch.build.targets.sdist] include = [ "/reducer", + ".jp_app_launcher_reducer.yaml", ] [tool.hatch.build.targets.wheel.shared-data]