David Lyle | 64302f1 | 2016-04-29 15:46:34 -0600 | [diff] [blame] | 1 | [metadata] |
| 2 | name = tempest-horizon |
| 3 | summary = Tempest Plugin for Horizon tests |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
Manik Bindlish | df6a4a8 | 2018-12-04 04:36:23 +0000 | [diff] [blame] | 7 | author-email = openstack-discuss@lists.openstack.org |
David Lyle | 64302f1 | 2016-04-29 15:46:34 -0600 | [diff] [blame] | 8 | home-page = http://www.openstack.org/ |
| 9 | classifier = |
| 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] |
| 23 | packages = |
| 24 | tempest_horizon |
| 25 | [entry_points] |
| 26 | tempest.test_plugins = |
David Lyle | 8847c6a | 2016-05-19 16:28:07 -0600 | [diff] [blame] | 27 | horizon = tempest_horizon.plugin:HorizonTempestPlugin |
David Lyle | 64302f1 | 2016-04-29 15:46:34 -0600 | [diff] [blame] | 28 | |
| 29 | [build_sphinx] |
| 30 | source-dir = doc/source |
| 31 | build-dir = doc/build |
| 32 | all_files = 1 |
| 33 | |
| 34 | [upload_sphinx] |
| 35 | upload-dir = doc/build/html |
| 36 | |
| 37 | [compile_catalog] |
| 38 | directory = tempest_horizon/locale |
| 39 | domain = tempest_horizon |
| 40 | |
| 41 | [update_catalog] |
| 42 | domain = tempest_horizon |
| 43 | output_dir = tempest_horizon/locale |
| 44 | input_file = tempest_horizon/locale/tempest_horizon.pot |
| 45 | |
| 46 | [extract_messages] |
| 47 | keywords = _ gettext ngettext l_ lazy_gettext |
| 48 | mapping_file = babel.cfg |
| 49 | output_file = tempest_horizon/locale/tempest_horizon.pot |