Files
openstackclient/setup.cfg
Corey Bryant 3fe48e57be Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I29cc4548f827d0ce5428731a31f8da5d52aae559
Story: #2005924
Task: #34232
2019-07-09 09:56:54 -04:00

33 lines
928 B
INI

[metadata]
name = openstackclient
summary = OpenStack Command-line Client
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://docs.openstack.org/python-openstackclient/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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[pbr]
# TODO(jaegernandi): Set to True again once pbr 1.11.0 is out.
warnerrors = False