blob: 3bdd0803b80eb818815a6912b073a9a0fb81e863 [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
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.5
20
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