Chandan Kumar | b30a192 | 2017-12-09 20:24:46 +0530 | [diff] [blame] | 1 | [metadata] |
| 2 | name = telemetry_tempest_plugin |
| 3 | summary = Tempest plugin for Telemetry Projects |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
| 7 | author-email = openstack-dev@lists.openstack.org |
| 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 | telemetry_tempest_plugin |
| 25 | |
| 26 | [entry_points] |
| 27 | tempest.test_plugins = |
| 28 | telemetry_tests = telemetry_tempest_plugin.plugin:TelemetryTempestPlugin |
| 29 | |
| 30 | [build_sphinx] |
| 31 | all-files = 1 |
| 32 | warning-is-error = 1 |
| 33 | source-dir = doc/source |
| 34 | build-dir = doc/build |
| 35 | |
| 36 | [upload_sphinx] |
| 37 | upload-dir = doc/build/html |
| 38 | |
| 39 | [compile_catalog] |
| 40 | directory = telemetry_tempest_plugin/locale |
| 41 | domain = telemetry_tempest_plugin |
| 42 | |
| 43 | [update_catalog] |
| 44 | domain = telemetry_tempest_plugin |
| 45 | output_dir = telemetry_tempest_plugin/locale |
| 46 | input_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot |
| 47 | |
| 48 | [extract_messages] |
| 49 | keywords = _ gettext ngettext l_ lazy_gettext |
| 50 | mapping_file = babel.cfg |
| 51 | output_file = telemetry_tempest_plugin/locale/telemetry_tempest_plugin.pot |