From ca72e3ec3e40170fb173d4b779e5ae15c7e6bd1d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 6 Jan 2023 13:55:56 -0500 Subject: [PATCH] Include mo files (fix) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 873e60d..6b5f7d0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( packages=find_packages(), # packages=find_packages(include=['openpredict']), # package_dir={'openpredict': 'openpredict'}, - package_data={'': ['static/*', 'static/**/*', 'templates/*', 'locales/**/meta.json', 'locales/**/.mo']}, + package_data={'': ['static/*', 'static/**/*', 'templates/*', 'locales/**/meta.json', 'locales/**/*.mo']}, include_package_data=True, entry_points={ 'console_scripts': [