2017-09-22 18:19:24 +05:30
|
|
|
[metadata]
|
|
|
|
name = heat-tempest-plugin
|
|
|
|
summary = OpenStack Orchestration Tempest Plugin
|
2021-05-18 09:47:56 +08:00
|
|
|
description_file =
|
2017-09-22 18:19:24 +05:30
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2021-05-18 09:47:56 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = http://docs.openstack.org/developer/heat-tempest-plugin
|
2024-10-25 15:49:27 -07:00
|
|
|
python_requires = >=3.9
|
2017-09-22 18:19:24 +05:30
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
2022-06-08 08:17:06 +09:00
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Programming Language :: Python :: 3.10
|
2024-10-10 20:20:09 +09:00
|
|
|
Programming Language :: Python :: 3.11
|
|
|
|
Programming Language :: Python :: 3.12
|
2017-09-22 18:19:24 +05:30
|
|
|
|
|
|
|
keywords =
|
|
|
|
setup
|
|
|
|
distutils
|
|
|
|
|
|
|
|
[files]
|
2023-12-20 11:34:02 +09:00
|
|
|
packages =
|
2017-09-22 18:19:24 +05:30
|
|
|
heat_tempest_plugin
|
|
|
|
|
|
|
|
[entry_points]
|
2023-12-20 11:34:02 +09:00
|
|
|
tempest.test_plugins =
|
2017-09-22 18:19:24 +05:30
|
|
|
heat = heat_tempest_plugin.plugin:HeatTempestPlugin
|