blob: 110ab8e089723315baa4bbad0626b496003cff7f [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
Marc Koderer3529ea72016-12-02 13:21:03 +010019
20[files]
21packages =
22 barbican_tempest_plugin
23
24[entry_points]
25tempest.test_plugins =
26 barbican_tests = barbican_tempest_plugin.plugin:BarbicanTempestPlugin