deb-python-manilaclient/setup.cfg
Dirk Mueller f50d618c5b Switch to using PBR
Replace outdated openstack/setup and version modules with
using pbr instead.

Change-Id: Id4ee43bc430c88f8119926023ad475cd587f6764
2014-05-27 23:00:55 +02:00

44 lines
881 B
INI

[metadata]
name = python-manilaclient
version = 0.1
summary = Client library for OpenStack Manila API.
description-file =
README.rst
author = OpenStack Contributors
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
manilaclient
[entry_points]
console_scripts =
manila = manilaclient.shell:main
[build_sphinx]
all_files = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1