Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ia30f705a71d0d4f54ce605ba00ad494d6b70a97b
This commit is contained in:
parent
18138d9f09
commit
b18495bac4
14
setup.cfg
14
setup.cfg
@ -24,20 +24,6 @@ classifier =
|
||||
packages =
|
||||
yaql
|
||||
|
||||
[compile_catalog]
|
||||
directory = yaql/locale
|
||||
domain = yaql
|
||||
|
||||
[update_catalog]
|
||||
domain = yaql
|
||||
output_dir = yaql/locale
|
||||
input_file = yaql/locale/yaql.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = yaql/locale/yaql.pot
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
yaql = yaql.cli.run:main
|
||||
|
Loading…
Reference in New Issue
Block a user