
Our README is woefully out of date. Bring it more in line with reality. Update setup.cfg as well. Change-Id: I83f7c2e776983d92c11a691076d2a3d25b7ed30c
33 lines
1015 B
INI
33 lines
1015 B
INI
[metadata]
|
|
name = whitebox-tempest-plugin
|
|
summary = Tempest plugin for whitebox testing. For testing things not exposed through the REST APIs.
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://opendev.org/openstack/whitebox-tempest-plugin
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
whitebox_tempest_plugin
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
whitebox-tempest-plugin = whitebox_tempest_plugin.plugin:WhiteboxTempestPlugin
|