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
This commit is contained in:
Felipe Monteiro 2018-10-27 16:31:22 -04:00
parent f63a834531
commit ecfbb572c9
1 changed files with 0 additions and 14 deletions

View File

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