blob: eeb7b3a5cb1bc84c7b3630ce202114910c651516 [file] [log] [blame]
Colleen Murphy44df1032017-05-30 16:21:48 +02001[metadata]
Colleen Murphy8b635862017-06-06 11:18:20 +02002name = keystone_tempest_plugin
Colleen Murphy44df1032017-05-30 16:21:48 +02003summary = Tempest plugin keystone_tempest_plugin
4description-file =
5 README.rst
6author = OpenStack
Vieri958d34e2018-12-05 03:39:31 +00007author-email = openstack-discuss@lists.openstack.org
inspurericzhangd7a7c902018-10-30 16:47:30 +08008home-page = https://docs.openstack.org/keystone/latest/
Ghanshyam Manna66d1152024-10-25 15:50:18 -07009python_requires = >=3.9
Colleen Murphy44df1032017-05-30 16:21:48 +020010classifier =
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
Colleen Murphy44df1032017-05-30 16:21:48 +020017 Programming Language :: Python :: 3
Ghanshyam Manna66d1152024-10-25 15:50:18 -070018 Programming Language :: Python :: 3.9
19 Programming Language :: Python :: 3.10
20 Programming Language :: Python :: 3.11
21 Programming Language :: Python :: 3.12
Colleen Murphy44df1032017-05-30 16:21:48 +020022
23[files]
24packages =
25 keystone_tempest_plugin
26
Colleen Murphy44df1032017-05-30 16:21:48 +020027[entry_points]
28tempest.test_plugins =
29 keystone_tests = keystone_tempest_plugin.plugin:KeystoneTempestPlugin