Skip to content

Commit

Permalink
Merge pull request #105 from openzim/add_artifacts_wheel
Browse files Browse the repository at this point in the history
Assets downloaded at build time must be added to the wheel
  • Loading branch information
benoit74 authored Mar 7, 2024
2 parents 1989cf9 + edc1908 commit 25f4b26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 25f4b26

Please sign in to comment.