39c7f46b70
To make the migration simpler. Change-Id: Ic6bcf4c94756c7f45570172ff21a6119dd2781ec
46 lines
1.1 KiB
INI
46 lines
1.1 KiB
INI
[metadata]
|
|
name = tap-as-a-service-tempest-plugin
|
|
summary = Tempest plugin for Tap-as-a-Service
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
neutron_taas_tempest_plugin
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[build_releasenotes]
|
|
build-dir = releasenotes/build
|
|
source-dir = releasenotes/source
|
|
all_files = 1
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
tap-as-a-service-tempest-plugin = neutron_taas_tempest_plugin.plugin:NeutronTaaSPlugin
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
warnerrors = True
|
|
|