From edc1908f63b5195d837aa1e90afe09e3932cd08b Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 7 Mar 2024 15:10:48 +0000 Subject: [PATCH] Assets downloaded at build time must be added to the wheel --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 50bafbb..e84bb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,9 @@ exclude = ["/.github"] [tool.hatch.build.targets.wheel] packages = ["src/kolibri2zim"] +artifacts = [ + "src/kolibri2zim/templates/assets/**", +] [tool.hatch.envs.default] features = ["dev"]