whitebox-tempest-plugin/setup.cfg
Stephen Finucane 2481c543f9 Re-home project
Move project into a directory matching its name.

Change-Id: I26934edd049909482ccc078d88b581fa369326b4
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2018-01-10 11:57:05 +00:00

30 lines
866 B
INI

[metadata]
name = whitebox-tempest-plugin
summary = Tempest plugin for whitebox testing of TripleO/Director-based OpenStack deployments
description-file =
README.rst
author = Red Hat, Inc.
author-email = rhos-ci@redhat.com
home-page = https://github.com/redhat-openstack/whitebox-tempest-plugin
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 :: 2
Programming Language :: Python :: 2.7
[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