Commit removes unused tools and samples + it updates the documentation to match recent changes done for the client. Change-Id: Iade73657560a9b359daab309141341b9eb9f82e5
32 lines
830 B
INI
32 lines
830 B
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://github.com/openstack/python-monascaclient
|
|
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
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[wheel]
|
|
universal = 1
|