blob: a4d75822775489ba31c0647d29cb35f29c6f61dd [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
Takashi Kajinami36f4e372022-02-06 01:47:42 +09004description_file =
Colleen Murphy44df1032017-05-30 16:21:48 +02005 README.rst
6author = OpenStack
Takashi Kajinami36f4e372022-02-06 01:47:42 +09007author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/keystone/latest/
Ghanshyam Maana6921672025-11-04 20:53:28 +00009python_requires = >=3.10
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.10
19 Programming Language :: Python :: 3.11
20 Programming Language :: Python :: 3.12
Ghanshyam Maana6921672025-11-04 20:53:28 +000021 Programming Language :: Python :: 3.13
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