blob: d4167e326d05ba3b5e15c989948ace0d5416d345 [file] [log] [blame]
Chandan Kumarb30a1922017-12-09 20:24:46 +05301[metadata]
2name = telemetry_tempest_plugin
3summary = Tempest plugin for Telemetry Projects
4description-file =
5 README.rst
6author = OpenStack
huang.zhiping42444f42018-12-04 11:48:14 +00007author-email = openstack-discuss@lists.openstack.org
ShangXiaoef67c2a2019-11-19 16:03:04 +08008home-page = https://www.openstack.org/
Chandan Kumarb30a1922017-12-09 20:24:46 +05309classifier =
10 Environment :: OpenStack
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 License :: OSI Approved :: Apache Software License
14 Operating System :: POSIX :: Linux
15 Programming Language :: Python
Chandan Kumarb30a1922017-12-09 20:24:46 +053016 Programming Language :: Python :: 3
Vieri80eebaa2019-08-13 06:33:49 +000017 Programming Language :: Python :: 3.6
18 Programming Language :: Python :: 3.7
Chandan Kumarb30a1922017-12-09 20:24:46 +053019
20[files]
21packages =
22 telemetry_tempest_plugin
23
24[entry_points]
25tempest.test_plugins =
26 telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin
27
28[build_sphinx]
29all-files = 1
30warning-is-error = 1
31source-dir = doc/source
32build-dir = doc/build
33
34[upload_sphinx]
35upload-dir = doc/build/html
36
37[compile_catalog]
38directory = telemetry_tempest_plugin/locale
39domain = telemetry_tempest_plugin
40
41[update_catalog]
42domain = telemetry_tempest_plugin
43output_dir = telemetry_tempest_plugin/locale
44input_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot
45
46[extract_messages]
47keywords = _ gettext ngettext l_ lazy_gettext
48mapping_file = babel.cfg
49output_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot