blob: 2c89d067d45f5286f6b06c64bdcb37567bcd0111 [file] [log] [blame]
Marc Koderer3529ea72016-12-02 13:21:03 +01001[metadata]
2name = barbican_tempest_plugin
3summary = OpenStack barbican tempest tests.
Ghanshyam Mann826e26f2020-03-27 13:43:38 -05004long_description = file: README.rst
Marc Koderer3529ea72016-12-02 13:21:03 +01005author = OpenStack
Ghanshyam Mann826e26f2020-03-27 13:43:38 -05006author_email = openstack-dev@lists.openstack.org
7url = http://www.openstack.org/
Ghanshyam Mannf29e5ff2024-10-24 12:10:57 -07008python_requires = >=3.9
Marc Koderer3529ea72016-12-02 13:21:03 +01009classifier =
10 Environment :: OpenStack
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 License :: OSI Approved :: Apache Software License
14 Operating System :: POSIX :: Linux
15 Programming Language :: Python
Marc Koderer3529ea72016-12-02 13:21:03 +010016 Programming Language :: Python :: 3
dengzhaosenf2bb9852021-12-22 11:13:14 +080017 Programming Language :: Python :: 3.9
Ghanshyam Mann28245402024-01-03 21:15:51 -080018 Programming Language :: Python :: 3.10
19 Programming Language :: Python :: 3.11
Ghanshyam Mannf29e5ff2024-10-24 12:10:57 -070020 Programming Language :: Python :: 3.12
Marc Koderer3529ea72016-12-02 13:21:03 +010021
22[files]
23packages =
24 barbican_tempest_plugin
25
26[entry_points]
27tempest.test_plugins =
28 barbican_tests = barbican_tempest_plugin.plugin:BarbicanTempestPlugin