blob: 87766106d505442c22b3703024b534a0c88e9272 [file] [log] [blame]
rabid2916d02017-09-22 18:19:24 +05301[metadata]
2name = heat-tempest-plugin
3summary = OpenStack Orchestration Tempest Plugin
4description-file =
5 README.rst
6author = OpenStack
melissaml60fefc62018-12-05 11:55:37 +08007author-email = openstack-discuss@lists.openstack.org
rabid2916d02017-09-22 18:19:24 +05308home-page = http://docs.openstack.org/developer/heat-tempest-plugin
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
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