summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2020-06-15 23:23:11 +0800
committerDouglas Mendizábal <dmendiza@redhat.com>2022-04-22 15:46:38 +0000
commitca66b728ce85c77c114d71d9a3d993db613fa1ce (patch)
tree5c6c253c62563f72faebcc5eed6141942c7b4c1a /setup.cfg
parentea1308ad0e66f115eef4aa1cf2896256f69eab24 (diff)
downloadpython-keystoneclient-ca66b728ce85c77c114d71d9a3d993db613fa1ce.tar.gz
Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Remove babel.cfg as well, this is the default role and not needed anymore. also remove Babel from requirements[1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I0de45b0ced44fc0b4110b42912ab7682f243aaa2
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/setup.cfg b/setup.cfg
index 0210957..2651e4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,16 +43,3 @@ autodoc_tree_excludes =
setup.py
keystoneclient/tests/
-[compile_catalog]
-directory = keystoneclient/locale
-domain = keystoneclient
-
-[update_catalog]
-domain = keystoneclient
-output_dir = keystoneclient/locale
-input_file = keystoneclient/locale/keystoneclient.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = keystoneclient/locale/keystoneclient.pot