Remove translation sections from setup.cfg

These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: Ia0cbbfeb790dd69046855bcecee9e402a9049ca4
This commit is contained in:
melissaml 2020-05-14 18:47:57 +08:00
parent b29f99d67d
commit 84823603fe
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -24,17 +24,3 @@ classifier =
[files]
packages =
futurist
[compile_catalog]
directory = futurist/locale
domain = futurist
[update_catalog]
domain = futurist
output_dir = futurist/locale
input_file = futurist/locale/futurist.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = futurist/locale/futurist.pot