rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 1 | [metadata] |
| 2 | name = heat-tempest-plugin |
| 3 | summary = OpenStack Orchestration Tempest Plugin |
| 4 | description-file = |
| 5 | README.rst |
| 6 | author = OpenStack |
melissaml | 60fefc6 | 2018-12-05 11:55:37 +0800 | [diff] [blame] | 7 | author-email = openstack-discuss@lists.openstack.org |
rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 8 | home-page = http://docs.openstack.org/developer/heat-tempest-plugin |
| 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 |
rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 16 | Programming Language :: Python :: 3 |
| 17 | Programming Language :: Python :: 3.5 |
Ghanshyam | 4780eec | 2020-01-25 12:25:04 -0600 | [diff] [blame^] | 18 | Programming Language :: Python :: 3.6 |
| 19 | Programming Language :: Python :: 3.7 |
rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 20 | |
| 21 | keywords = |
| 22 | setup |
| 23 | distutils |
| 24 | |
| 25 | [files] |
| 26 | packages = |
| 27 | heat_tempest_plugin |
| 28 | |
| 29 | [entry_points] |
| 30 | tempest.test_plugins = |
| 31 | heat = heat_tempest_plugin.plugin:HeatTempestPlugin |
| 32 | |
| 33 | [global] |
| 34 | setup-hooks = |
| 35 | pbr.hooks.setup_hook |
| 36 | |
rabi | d2916d0 | 2017-09-22 18:19:24 +0530 | [diff] [blame] | 37 | [egg_info] |
| 38 | tag_build = |
| 39 | tag_date = 0 |
| 40 | tag_svn_revision = 0 |
| 41 | |
| 42 | [wheel] |
| 43 | universal = 1 |