Pierre Riteau 82adfbc02f Change dashes to underscore in setup.cfg
Recent versions of setuptools are warning that usage of dash-separated
keys will not be supported in future versions.

Change-Id: I921ede38ce77bf4a95f34fdc7b4dd293d490b78f
2021-03-11 06:22:47 +01:00

28 lines
829 B
INI

[metadata]
name = blazar_tempest_plugin
summary = Tempest plugin for Blazar Project
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/blazar/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
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.7
Programming Language :: Python :: 3.8
[files]
packages =
blazar_tempest_plugin
[entry_points]
tempest.test_plugins =
blazar_tests = blazar_tempest_plugin.plugin:BlazarTempestPlugin