9043347888
Update docs building: * Switch to sphinx-build * Update requirements for Sphinx and openstackdocstheme for python 3 * Remove unneeded doc and translation sections from setup.cfg * Remove install_command, it's unneeded, the default is fine. Change-Id: I3d2e0459ba4aedf21c01d7725fe5ab266f9f4da3
26 lines
756 B
INI
26 lines
756 B
INI
[metadata]
|
|
name = zun-tempest-plugin
|
|
summary = Tempest plugin zun_tempest_plugin
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/zun-tempest-plugin/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.5
|
|
|
|
[files]
|
|
packages =
|
|
zun_tempest_plugin
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
zun_tests = zun_tempest_plugin.tests.tempest.plugin:ZunTempestPlugin
|