whitebox-tempest-plugin/setup.cfg
Sean Mooney 82c307a034 enable release jobs
This change adds the publish-to-pypi job template
for the whitebox-tempest-plugin.
This change also correct the syntax error in the
README.rst preventign the twine check command form passing.

this will enable releases to be done via commits to the release
repo via pypi https://pypi.org/project/whitebox-tempest-plugin/

a side effect of this process is the creation of git tags
and release tarballs for each tagged release.

Change-Id: I5cf0e3072c0502320866de1ce9771d61f1e0ec1b
2024-04-19 18:58:15 +01:00

34 lines
1.0 KiB
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
long_description_content_type = text/x-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 :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[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