
API clients generally use semantic versioning, not pbr's pre-version facility. This line causes local package builds to have the wrong version today (0.0.2.dev.. when 0.0.2 is already released). Furthermore pbr will in future detect this and error. Removing the line will let pbr automatically manage versions for you. Change-Id: Idd75b05c8b9ce93fcb71bc46cf648a3be99e53a0
65 lines
1.6 KiB
INI
65 lines
1.6 KiB
INI
[metadata]
|
|
name = python-zaqarclient
|
|
summary = Client Library for OpenStack Zaqar 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 :: 4 - Beta
|
|
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
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.2
|
|
Programming Language :: Python :: 3.3
|
|
Programming Language :: Python :: Implementation :: PyPy
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
zaqarclient
|
|
|
|
[entry_points]
|
|
zaqarclient.transport =
|
|
http.v1 = zaqarclient.transport.http:HttpTransport
|
|
https.v1 = zaqarclient.transport.http:HttpTransport
|
|
|
|
zaqarclient.api =
|
|
queues.v1 = zaqarclient.queues.v1.api:V1
|
|
|
|
openstack.queuing.v1 =
|
|
queue_list = zaqarclient.queues.v1.cli:ListQueues
|
|
queue_create = zaqarclient.queues.v1.cli:CreateQueues
|
|
queue_delete = zaqarclient.queues.v1.cli:DeleteQueues
|
|
|
|
openstack.cli.extension =
|
|
queuing = zaqarclient.queues.cli
|
|
|
|
[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
|