From 289d18e1b665c1267df6bf9c590021846484ed3a Mon Sep 17 00:00:00 2001 From: Christian Moser Date: Thu, 13 Mar 2025 23:42:44 +0100 Subject: [PATCH] installs *.mo files --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18ca093..248a92d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( '*.ui' ], 'sgbackup.locale': [ - '*/*.mo', + '*/LC_MESSAGES/*.mo', '*/LC_MESSAGES/*.po', ], },