blob: 17775af5ea1ef2dac1d6738c55efc7ac43ab7d1a [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
Ghanshyam Mann8049eaa2024-10-25 15:49:27 -07009python_requires = >=3.9
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
Takashi Kajinami99ada152022-06-08 08:17:06 +090018 Programming Language :: Python :: 3.9
19 Programming Language :: Python :: 3.10
Takashi Kajinami43c1c052024-10-10 20:20:09 +090020 Programming Language :: Python :: 3.11
21 Programming Language :: Python :: 3.12
rabid2916d02017-09-22 18:19:24 +053022
23keywords =
24 setup
25 distutils
26
27[files]
Takashi Kajinami3dbadbc2023-12-20 11:34:02 +090028packages =
rabid2916d02017-09-22 18:19:24 +053029 heat_tempest_plugin
30
31[entry_points]
Takashi Kajinami3dbadbc2023-12-20 11:34:02 +090032tempest.test_plugins =
rabid2916d02017-09-22 18:19:24 +053033 heat = heat_tempest_plugin.plugin:HeatTempestPlugin