Files
python-monascaclient/setup.cfg
Cao Xuan Hoang 4dafb28ad8 Remove support for py33
Python 3.3 is not supported from Mitaka, as per Infra.
This patch removes the support and add py35 for the same.

Change-Id: I9248235fc5892362531f465259b3eb40abfc9d7e
2017-01-23 10:33:49 +07:00

34 lines
885 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
data_files =
share = tools/monasca.bash_completion
[entry_points]
console_scripts =
monasca = monascaclient.shell:main
[pbr]
autodoc_index_modules = True
[wheel]
universal = 1