blob: f89a39f2a1cfaba2c6015285a6843bb9ace98704 [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 Maan49720242025-11-04 20:53:42 +00009python_requires = >=3.10
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.10
Takashi Kajinami43c1c052024-10-10 20:20:09 +090019 Programming Language :: Python :: 3.11
20 Programming Language :: Python :: 3.12
Ghanshyam Maan49720242025-11-04 20:53:42 +000021 Programming Language :: Python :: 3.13
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