cyborg-tempest-plugin/setup.cfg
2019-05-12 22:46:47 -07:00

49 lines
1.0 KiB
INI

[metadata]
name = cyborg-tempest-plugin
summary = OpenStack Acceleration Tempest Plugin
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://www.openstack.org/
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
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
keywords =
setup
distutils
[files]
packages =
cyborg_tempest_plugin
[entry_points]
tempest.test_plugins =
plugin_name = cyborg_tempest_plugin.plugin:CyborgTempestPlugin
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1