9916c8f273
Implements Blueprint reddwarf-trove-rename Change-Id: Ib2d694c7466887ca297bea4250eca17cdc06b7bf
32 lines
815 B
INI
32 lines
815 B
INI
[metadata]
|
|
name = python-troveclient
|
|
summary = Client library for OpenStack DBaaS API
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
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 :: 2.6
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
trove-cli = troveclient.cli:main
|
|
trove-mgmt-cli = troveclient.mcli:main
|
|
|
|
[files]
|
|
packages =
|
|
troveclient
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|