aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg20
1 files changed, 10 insertions, 10 deletions
diff --git a/setup.cfg b/setup.cfg
index 78e384b..d4f8a1c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,7 +39,7 @@ install_requires =
# reuse
[options.package_data]
-* = *.mo
+hydrilla.builder = locales/*/LC_MESSAGES/messages.mo
[options.extras_require]
test = pytest
@@ -58,22 +58,22 @@ console_scripts =
keywords = _
width = 80
input_dirs = src/hydrilla
-output_file = src/hydrilla/locales/hydrilla_builder.pot
+output_file = src/hydrilla/builder/locales/messages.pot
msgid_bugs_address = koszko@koszko.org
sort_by_file = True
copyright_holder = Wojtek Kosior <koszko@koszko.org>
[init_catalog]
-input_file = src/hydrilla/locales/hydrilla_builder.pot
-output_dir = src/hydrilla/locales/
-domain = hydrilla_builder
+input_file = src/hydrilla/builder/locales/messages.pot
+output_dir = src/hydrilla/builder/locales/
+domain = messages
[update_catalog]
-input_file = src/hydrilla/locales/hydrilla_builder.pot
-output_dir = src/hydrilla/locales/
-domain = hydrilla_builder
+input_file = src/hydrilla/builder/locales/messages.pot
+output_dir = src/hydrilla/builder/locales/
+domain = messages
[compile_catalog]
-directory = src/hydrilla/locales
+directory = src/hydrilla/builder/locales
use_fuzzy = True
-domain = hydrilla_builder
+domain = messages