blob: f1c83121acd738a34a7b43d227e9c547e939fac0 [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 Manne33b5e92024-10-25 15:52:50 -07009python_requires = >=3.9
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.9
19 Programming Language :: Python :: 3.10
20 Programming Language :: Python :: 3.11
21 Programming Language :: Python :: 3.12
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