e83b65f53d
This change is part of trove's python 3.5 goal for the pike release. Change-Id: I357387113652d15f643d925c6fe070b0d5298262
45 lines
1.1 KiB
INI
45 lines
1.1 KiB
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://docs.openstack.org/developer/python-troveclient
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
troveclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
trove = troveclient.shell:main
|
|
|
|
openstack.cli.extension =
|
|
database = troveclient.osc.plugin
|
|
|
|
openstack.database.v1 =
|
|
database_flavor_list = troveclient.osc.v1.database_flavors:ListDatabaseFlavors
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|