blob: d46b337aca30503f69b3778b951c91536e9dc2a7 [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
Takashi Kajinami99ada152022-06-08 08:17:06 +09009python_requires = >=3.6
rabid2916d02017-09-22 18:19:24 +053010classifier =
11 Environment :: OpenStack
12 Intended Audience :: Information Technology
13 Intended Audience :: System Administrators
14 License :: OSI Approved :: Apache Software License
15 Operating System :: POSIX :: Linux
16 Programming Language :: Python
rabid2916d02017-09-22 18:19:24 +053017 Programming Language :: Python :: 3
Ghanshyam4780eec2020-01-25 12:25:04 -060018 Programming Language :: Python :: 3.6
19 Programming Language :: Python :: 3.7
Takashi Kajinami99ada152022-06-08 08:17:06 +090020 Programming Language :: Python :: 3.8
21 Programming Language :: Python :: 3.9
22 Programming Language :: Python :: 3.10
rabid2916d02017-09-22 18:19:24 +053023
24keywords =
25 setup
26 distutils
27
28[files]
29packages =
30 heat_tempest_plugin
31
32[entry_points]
33tempest.test_plugins =
34 heat = heat_tempest_plugin.plugin:HeatTempestPlugin
35
36[global]
37setup-hooks =
38 pbr.hooks.setup_hook
39
rabid2916d02017-09-22 18:19:24 +053040[egg_info]
41tag_build =
42tag_date = 0
43tag_svn_revision = 0
44
45[wheel]
46universal = 1