bb4c915434
The pbr 0.11.0 release has shown that having multiple trees in a repo each with their on version that is different to the git history is really not going to work. This change means that the version will be derived from git history, which will still be useful for operators managing what version of a plugin they have installed. Running sudo python setup.py install (as documented) is known to work with the latest pbr. Change-Id: I716a5374bb283d11e26459b5866a0437ab6fe0dd Closes-Bug: #1450733
34 lines
879 B
INI
34 lines
879 B
INI
[metadata]
|
|
name = heat-contrib-zaqar
|
|
summary = Heat resources for working Zaqar queues
|
|
description-file =
|
|
README.md
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
heat_zaqar
|
|
# Copy to /usr/lib/heat for plugin loading
|
|
data_files =
|
|
lib/heat/zaqar = heat_zaqar/resources/*
|
|
|
|
[entry_points]
|
|
heat.clients =
|
|
zaqar = heat_zaqar.client:ZaqarClientPlugin
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|