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:
Takashi Kajinami 2023-12-20 21:46:34 +09:00
parent 18138d9f09
commit b18495bac4
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -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