# HG changeset patch # User Goffi # Date 1686169880 -7200 # Node ID 479192bc0fa8a8189e2897cdffd591d91afc8d54 # Parent c93b02000ae48670c2601ef9adace5a188409109 build: add missing `.ini` and `.yaml` files in all build, needed for wheel diff -r c93b02000ae4 -r 479192bc0fa8 pyproject.toml --- a/pyproject.toml Wed Jun 07 22:30:28 2023 +0200 +++ b/pyproject.toml Wed Jun 07 22:31:20 2023 +0200 @@ -105,6 +105,12 @@ [tool.hatch.version] path = "libervia/backend/__init__.py" +[tool.hatch.build] +artifacts = [ + "*.ini", + "*.yaml" +] + [tool.hatch.build.targets.wheel.shared-data] "i18n/fr/LC_MESSAGES/libervia_backend.mo" = "share/locale/fr/LC_MESSAGES/libervia_backend.mo" CHANGELOG = "share/doc/libervia-backend/CHANGELOG"