blob: 1a010084ccddae64f579dbc00b06e67a327f4d67 [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
qingszhaoc9606152018-09-29 21:03:05 +080019 Programming Language :: Python :: 3.5
Chandan Kumarb30a1922017-12-09 20:24:46 +053020
21[files]
22packages =
23 telemetry_tempest_plugin
24
25[entry_points]
26tempest.test_plugins =
27 telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin
28
29[build_sphinx]
30all-files = 1
31warning-is-error = 1
32source-dir = doc/source
33build-dir = doc/build
34
35[upload_sphinx]
36upload-dir = doc/build/html
37
38[compile_catalog]
39directory = telemetry_tempest_plugin/locale
40domain = telemetry_tempest_plugin
41
42[update_catalog]
43domain = telemetry_tempest_plugin
44output_dir = telemetry_tempest_plugin/locale
45input_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot
46
47[extract_messages]
48keywords = _ gettext ngettext l_ lazy_gettext
49mapping_file = babel.cfg
50output_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot