a3fef5ccca
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 Change-Id: Ic1a93606cb73778fc43e58b85ad65bee46c3c631
28 lines
830 B
INI
28 lines
830 B
INI
[metadata]
|
|
name = manila-tempest-plugin
|
|
summary = Tempest plugin manila-tempest-plugin
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/manila/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
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
manila_tempest_tests
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
manila_tests = manila_tempest_tests.plugin:ManilaTempestPlugin
|