blob: 6986526438ecf9819414b887b8169d3735504a80 [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/
zhurong97df0112020-04-07 04:41:19 -07009python-requires = >=3.6
Chandan Kumarb30a1922017-12-09 20:24:46 +053010classifier =
11 Environment :: OpenStack
12 Intended Audience :: Information Technology
13 Intended Audience :: System Administrators
14 License :: OSI Approved :: Apache Software License
15 Operating System :: POSIX :: Linux
16 Programming Language :: Python
zhurong97df0112020-04-07 04:41:19 -070017 Programming Language :: Python :: Implementation :: CPython
18 Programming Language :: Python :: 3 :: Only
Chandan Kumarb30a1922017-12-09 20:24:46 +053019 Programming Language :: Python :: 3
Vieri80eebaa2019-08-13 06:33:49 +000020 Programming Language :: Python :: 3.6
21 Programming Language :: Python :: 3.7
Chandan Kumarb30a1922017-12-09 20:24:46 +053022
23[files]
24packages =
25 telemetry_tempest_plugin
26
27[entry_points]
28tempest.test_plugins =
29 telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin
30
Chandan Kumarb30a1922017-12-09 20:24:46 +053031[compile_catalog]
32directory = telemetry_tempest_plugin/locale
33domain = telemetry_tempest_plugin
34
35[update_catalog]
36domain = telemetry_tempest_plugin
37output_dir = telemetry_tempest_plugin/locale
38input_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot
39
40[extract_messages]
41keywords = _ gettext ngettext l_ lazy_gettext
42mapping_file = babel.cfg
43output_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot