blob: 45e50303c1acc4ef6a949df67d4b506c4805b3ef [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001[metadata]
2name = octavia-tempest-plugin
3summary = Tempest plugin for Octavia
Takashi Kajinami7e7fd6c2022-02-06 02:12:17 +09004description_file =
Michael Johnson34139b02017-03-15 10:31:10 -07005 README.rst
6author = OpenStack
Takashi Kajinami7e7fd6c2022-02-06 02:12:17 +09007author_email = openstack-discuss@lists.openstack.org
8home_page = https://docs.openstack.org/octavia-tempest-plugin/latest/
Takashi Kajinami4af9bae2024-10-24 20:55:07 +09009python_requires = >=3.9
Michael Johnson34139b02017-03-15 10:31:10 -070010classifier =
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
Ghanshyam Manna97deef2020-04-25 19:54:06 -050017 Programming Language :: Python :: Implementation :: CPython
18 Programming Language :: Python :: 3 :: Only
Michael Johnson34139b02017-03-15 10:31:10 -070019 Programming Language :: Python :: 3
Takashi Kajinami4af9bae2024-10-24 20:55:07 +090020 Programming Language :: Python :: 3.9
21 Programming Language :: Python :: 3.10
22 Programming Language :: Python :: 3.11
23 Programming Language :: Python :: 3.12
Michael Johnson34139b02017-03-15 10:31:10 -070024
25[files]
26packages =
27 octavia_tempest_plugin
28
Jude Cross986e3f52017-07-24 14:57:20 -070029[entry_points]
30tempest.test_plugins =
31 octavia-tempest-plugin = octavia_tempest_plugin.plugin:OctaviaTempestPlugin