blob: 0dcbc7ac9778f394b1391444da3ca11b647fc9ed [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 Kajinami43c1c052024-10-10 20:20:09 +09009python_requires = >=3.8
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.8
19 Programming Language :: Python :: 3.9
20 Programming Language :: Python :: 3.10
Takashi Kajinami43c1c052024-10-10 20:20:09 +090021 Programming Language :: Python :: 3.11
22 Programming Language :: Python :: 3.12
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