blob: 1b262e948097826432158b3cd986c093944ba8ed [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]
Takashi Kajinami3dbadbc2023-12-20 11:34:02 +090029packages =
rabid2916d02017-09-22 18:19:24 +053030 heat_tempest_plugin
31
32[entry_points]
Takashi Kajinami3dbadbc2023-12-20 11:34:02 +090033tempest.test_plugins =
rabid2916d02017-09-22 18:19:24 +053034 heat = heat_tempest_plugin.plugin:HeatTempestPlugin