fd5ab8adea
Update docs building and cleanup a bit: * Update requirements for Sphinx and openstackdocstheme for python 3, create doc/requirements.txt for these * Remove unneeded doc and translation sections from setup.cfg * Remove install_command, it's unneeded, the default is fine, move constraints into deps, use TOX_CONSTRAINTS instead of obsolete UPPER_CONSTRAINTS * Use new variables from updated openstackdocstheme Change-Id: I659a8736195ff621032b4fb3bd7a72fa616cf8c6
27 lines
804 B
INI
27 lines
804 B
INI
[metadata]
|
|
name = keystone_tempest_plugin
|
|
summary = Tempest plugin keystone_tempest_plugin
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/keystone/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.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
keystone_tempest_plugin
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
keystone_tests = keystone_tempest_plugin.plugin:KeystoneTempestPlugin
|