changeset 4086:479192bc0fa8

build: add missing `.ini` and `.yaml` files in all build, needed for wheel
author Goffi <goffi@goffi.org>
date Wed, 07 Jun 2023 22:31:20 +0200
parents c93b02000ae4
children f8284f994948
files pyproject.toml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"