From f435182f1e1b1730598b91bd15607481c7081e08 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 19 Feb 2026 02:36:48 +0100 Subject: [PATCH] test fix --- cli/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index a234745..7912164 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -23,5 +23,9 @@ only-include = [ "src", ] +[tool.hatch.build.targets.wheel] +packages = ["src/zshell"] +include = ["src/zshell/assets/**/*"] + [tool.ruff] line-length = 120