blob: 77913d70a42e8653743310b383d5cfca15de0e52 [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/
dengzhaosen23230182022-06-04 15:45:36 +08008python_requires = >=3.8
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
wu.shiming35ffd4e2020-11-04 09:19:21 +080017 Programming Language :: Python :: 3.8
dengzhaosenf2bb9852021-12-22 11:13:14 +080018 Programming Language :: Python :: 3.9
Ghanshyam Mann28245402024-01-03 21:15:51 -080019 Programming Language :: Python :: 3.10
20 Programming Language :: Python :: 3.11
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