From 0a83fd29bd09a1d8804e9b89dc54acb1d4526a66 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 22 Apr 2024 13:13:47 -0400 Subject: [PATCH] Include mo files --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d6717d8..7e2c4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,8 @@ Documentation = "https://github.com/LibreTranslate/LibreTranslate" Tracker = "https://github.com/LibreTranslate/LibreTranslate/issues" History = "https://github.com/LibreTranslate/LibreTranslate/releases" +[tool.hatch.build] +artifacts = ["*.mo"] # ENVIRONMENTS AND SCRIPTS [tool.hatch.envs.default]