blob: 48b502f9b1c4414d1d5db1fc6d9720c9adf247d8 [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
Chandan Kumarb30a1922017-12-09 20:24:46 +05308home-page = http://www.openstack.org/
9classifier =
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
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
Vieri80eebaa2019-08-13 06:33:49 +000019 Programming Language :: Python :: 3.6
20 Programming Language :: Python :: 3.7
Chandan Kumarb30a1922017-12-09 20:24:46 +053021
22[files]
23packages =
24 telemetry_tempest_plugin
25
26[entry_points]
27tempest.test_plugins =
28 telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin
29
30[build_sphinx]
31all-files = 1
32warning-is-error = 1
33source-dir = doc/source
34build-dir = doc/build
35
36[upload_sphinx]
37upload-dir = doc/build/html
38
39[compile_catalog]
40directory = telemetry_tempest_plugin/locale
41domain = telemetry_tempest_plugin
42
43[update_catalog]
44domain = telemetry_tempest_plugin
45output_dir = telemetry_tempest_plugin/locale
46input_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot
47
48[extract_messages]
49keywords = _ gettext ngettext l_ lazy_gettext
50mapping_file = babel.cfg
51output_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot