summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorqiufossen <qiujunting@inspur.com>2020-04-26 14:30:01 +0800
committerTakashi Natsume <takanattie@gmail.com>2020-05-23 04:29:18 +0000
commit600384fa3b046f3c01e7f375f384610df99fae90 (patch)
tree38c02fd3b2a49236dfc985156dc455d7b728ca4f /setup.cfg
parent45bad61b809c046f8616d1c64b10a173732c84d5 (diff)
downloadpython-novaclient-600384fa3b046f3c01e7f375f384610df99fae90.tar.gz
Remove Babel requirement17.1.0
Babel is not needed as requirement, remove it. Remove translation sections from setup.cfg. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Depends-On: https://review.opendev.org/#/c/730427/ Change-Id: I4d82cfc09d255ad574e44ac303fd187c5348ca47
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/setup.cfg b/setup.cfg
index 0a5cd086..dcdc643f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,17 +31,3 @@ packages =
[entry_points]
console_scripts =
nova = novaclient.shell:main
-
-[compile_catalog]
-domain = novaclient
-directory = novaclient/locale
-
-[update_catalog]
-domain = novaclient
-output_dir = novaclient/locale
-input_file = novaclient/locale/novaclient.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = novaclient/locale/novaclient.pot