From 2a370c6d3c0eb03303d499ddd61d409132575f5d Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Mon, 13 Apr 2026 22:56:25 +0200 Subject: [PATCH] fix(i18n): include the translation files correctly in wheel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aee6f57..9f955a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" readme = "README.md" include = [ - { path = "kosmorro/locales", format = "wheel" }, + { path = "kosmorro/locales/**/*.mo", format = "wheel" }, { path = "kosmorro/assets", format=["sdist", "wheel"] }, ]