blob: 21fd9654eb4283e42095ec40f8c3c20234823910 [file] [log] [blame]
David Lyle64302f12016-04-29 15:46:34 -06001[metadata]
2name = tempest-horizon
3summary = Tempest Plugin for Horizon tests
4description-file =
5 README.rst
6author = OpenStack
Manik Bindlishdf6a4a82018-12-04 04:36:23 +00007author-email = openstack-discuss@lists.openstack.org
David Lyle64302f12016-04-29 15:46:34 -06008home-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 tempest_horizon
25[entry_points]
26tempest.test_plugins =
David Lyle8847c6a2016-05-19 16:28:07 -060027 horizon = tempest_horizon.plugin:HorizonTempestPlugin
David Lyle64302f12016-04-29 15:46:34 -060028
29[build_sphinx]
30source-dir = doc/source
31build-dir = doc/build
32all_files = 1
33
34[upload_sphinx]
35upload-dir = doc/build/html
36
37[compile_catalog]
38directory = tempest_horizon/locale
39domain = tempest_horizon
40
41[update_catalog]
42domain = tempest_horizon
43output_dir = tempest_horizon/locale
44input_file = tempest_horizon/locale/tempest_horizon.pot
45
46[extract_messages]
47keywords = _ gettext ngettext l_ lazy_gettext
48mapping_file = babel.cfg
49output_file = tempest_horizon/locale/tempest_horizon.pot