Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ia34975cc87e6d83d6395eeca29a7af686bd4fb14
This commit is contained in:
parent
8dd2b79cbc
commit
e863fccb17
14
setup.cfg
14
setup.cfg
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user