blob: a25d96ca581f33f36a1b3e542cd6b410cff213a8 [file] [log] [blame]
rabid2916d02017-09-22 18:19:24 +05301[metadata]
2name = heat-tempest-plugin
3summary = OpenStack Orchestration Tempest Plugin
liyou01c28006b2021-05-18 09:47:56 +08004description_file =
rabid2916d02017-09-22 18:19:24 +05305 README.rst
6author = OpenStack
liyou01c28006b2021-05-18 09:47:56 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = http://docs.openstack.org/developer/heat-tempest-plugin
rabid2916d02017-09-22 18:19:24 +05309classifier =
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
rabid2916d02017-09-22 18:19:24 +053016 Programming Language :: Python :: 3
17 Programming Language :: Python :: 3.5
Ghanshyam4780eec2020-01-25 12:25:04 -060018 Programming Language :: Python :: 3.6
19 Programming Language :: Python :: 3.7
rabid2916d02017-09-22 18:19:24 +053020
21keywords =
22 setup
23 distutils
24
25[files]
26packages =
27 heat_tempest_plugin
28
29[entry_points]
30tempest.test_plugins =
31 heat = heat_tempest_plugin.plugin:HeatTempestPlugin
32
33[global]
34setup-hooks =
35 pbr.hooks.setup_hook
36
rabid2916d02017-09-22 18:19:24 +053037[egg_info]
38tag_build =
39tag_date = 0
40tag_svn_revision = 0
41
42[wheel]
43universal = 1