53 lines
1.2 KiB
INI
53 lines
1.2 KiB
INI
[metadata]
|
|
name = python-marconiclient
|
|
version = 0.0.1a1
|
|
summary = Client Library for OpenStack Marconi Queueing API
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Foundation
|
|
author-email = openstack-admins@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Development Status :: 2 - Pre-Alpha
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: Developers
|
|
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.6
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
marconiclient
|
|
|
|
[entry_points]
|
|
marconiclient.transport =
|
|
http.v1 = marconiclient.transport.http:HttpTransport
|
|
|
|
marconiclient.api =
|
|
queues.v1 = marconiclient.queues.v1.api:V1
|
|
|
|
[nosetests]
|
|
where=tests
|
|
verbosity=2
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|