From ecfbb572c9b302ab98df20ed1d14ad7744e531ee Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Sat, 27 Oct 2018 16:31:22 -0400 Subject: [PATCH] pbr: Remove unused translation sections from setup.cfg Patrole doesn't have a translation infrastructure, so this is to remove translation sections from the setup.cfg; these sections are the same as those documented under: https://docs.openstack.org/infra/manual/creators.html#python-projects Change-Id: If2efd6e462933d0d192e331d12f0798ddf12ce46 --- setup.cfg | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/setup.cfg b/setup.cfg index 02ce8310..77a039ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,20 +26,6 @@ packages = [upload_sphinx] upload-dir = doc/build/html -[compile_catalog] -directory = patrole/locale -domain = patrole - -[update_catalog] -domain = patrole -output_dir = patrole/locale -input_file = patrole/locale/patrole.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = patrole/locale/patrole.pot - [build_releasenotes] all_files = 1 build-dir = releasenotes/build