Merge "Remove translation sections from setup.cfg"

This commit is contained in:
Zuul 2024-10-23 19:35:14 +00:00 committed by Gerrit Code Review
commit 20ae035cb4
2 changed files with 0 additions and 25 deletions

View File

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

View File

@ -21,33 +21,10 @@ classifier =
Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
[global]
setup_hooks =
pbr.hooks.setup_hook
[files] [files]
packages = packages =
octavia_tempest_plugin octavia_tempest_plugin
[compile_catalog]
directory = octavia_tempest_plugin/locale
domain = octavia_tempest_plugin
[update_catalog]
domain = octavia_tempest_plugin
output_dir = octavia_tempest_plugin/locale
input_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = octavia_tempest_plugin/locale/octavia_tempest_plugin.pot
[build_releasenotes]
all_files = 1
build-dir = releasenotes/build
source-dir = releasenotes/source
[entry_points] [entry_points]
tempest.test_plugins = tempest.test_plugins =
octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin