From 4bbc9932c2a3cf8ab3ab82ecec1dea39501ff0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Wed, 24 Jun 2026 22:45:03 +0200 Subject: [PATCH] fix(i18n): fix the locales not included in sdist --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a5225d..db2ed31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later" readme = "README.md" include = [ - { path = "kosmorro/locales/**/*.mo", format = "wheel" }, + { path = "kosmorro/locales/**/*.mo", format=["sdist", "wheel"] }, { path = "kosmorro/assets", format=["sdist", "wheel"] }, ]