Mercurial > libervia-backend
diff pyproject.toml @ 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 | 72e91ea3bc16 |
children | 4eb7a5ecbd9d |
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"