blob: 31fc568d97e45ac525c027f7004a6c6fdcc9ab85 [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
7author-email = openstack-dev@lists.openstack.org
8home-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
19 Programming Language :: Python :: 3.3
20 Programming Language :: Python :: 3.4
21
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