Merge "Remove translation sections from setup.cfg"

This commit is contained in:
Zuul 2020-05-19 21:58:14 +00:00 committed by Gerrit Code Review
commit a9f143ae6d
2 changed files with 0 additions and 16 deletions

View File

@ -1,2 +0,0 @@
[python: **.py]

View File

@ -25,20 +25,6 @@ data_files =
packages =
zun
[compile_catalog]
directory = zun/locale
domain = zun
[update_catalog]
domain = zun
output_dir = zun/locale
input_file = zun/locale/zun.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = zun/locale/zun.pot
[entry_points]
console_scripts =
zun-api = zun.cmd.api:main