a8a963ae09
Change-Id: I913470e2728c97154de261cc16299f30bb5b7f46
34 lines
886 B
INI
34 lines
886 B
INI
[metadata]
|
|
name = python-monascaclient
|
|
summary = Monasca API Client Library
|
|
description-file = README.rst
|
|
author = Hewlett-Packard
|
|
home-page = https://github.com/stackforge/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 :: 2.6
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[files]
|
|
packages = monascaclient
|
|
data_files =
|
|
share = tools/monasca.bash_completion
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
monasca = monascaclient.shell:main
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
|
|
[wheel]
|
|
universal = 1
|