blob: 91e2b37fea8fd08e6f8c326623b302b6954214a5 [file] [log] [blame]
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01001[metadata]
2name = manila-tempest-plugin
3summary = Tempest plugin manila-tempest-plugin
wu.shiming74d20332021-05-12 09:50:01 +08004description_file =
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01005 README.rst
6author = OpenStack
wu.shiming74d20332021-05-12 09:50:01 +08007author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/manila/latest/
Ghanshyam Maan9acc4992025-11-04 20:53:31 +00009python_requires = >=3.10
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010010classifier =
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
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010017 Programming Language :: Python :: 3
Takashi Kajinami34aecbf2024-10-24 20:56:43 +090018 Programming Language :: Python :: 3.10
19 Programming Language :: Python :: 3.11
20 Programming Language :: Python :: 3.12
Ghanshyam Maan9acc4992025-11-04 20:53:31 +000021 Programming Language :: Python :: 3.13
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010022
23[files]
24packages =
25 manila_tempest_tests
26
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010027[entry_points]
28tempest.test_plugins =
lidong15572722018-05-08 16:23:31 +080029 manila_tests = manila_tempest_tests.plugin:ManilaTempestPlugin