6edcdd4af7
Commit enables following flavours of client's documentation: - docs: featuring mainly CLI and Python API - releasenotes: containing all releases releasenotes Story: 2001058 Task: 5722 Needed-By: Ie064df6f64ee168ad3b5d2dda949b1d14fa7b9d8 Change-Id: I1b0fa11160d8d7d928b4cfbe358ca8c75ed8dd08
45 lines
1.0 KiB
INI
45 lines
1.0 KiB
INI
[metadata]
|
|
name = python-monascaclient
|
|
summary = Monasca API Client Library
|
|
description-file = README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/python-monascaclient/latest/
|
|
classifier =
|
|
Environment :: Console
|
|
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 = monascaclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
monasca = monascaclient.shell:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[build_releasenotes]
|
|
all_files = 1
|
|
build-dir = releasenotes/build
|
|
source-dir = releasenotes/source
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|