Merge "Remove translation sections from setup.cfg"
This commit is contained in:
commit
20ae035cb4
23
setup.cfg
23
setup.cfg
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user