deb-python-manilaclient/setup.cfg
Valeriy Ponomaryov 39737e34f8 Remove explicit version definition
Remove explicit version definition to avoid errors of version mismatch
using pbr.

Change-Id: I5621dffa2a04dc21330817e3cb7f5d450ea2ca24
Closes-Bug: #1395067
2014-11-24 19:34:26 +02:00

44 lines
941 B
INI

[metadata]
name = python-manilaclient
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
oslo.config.opts =
manilaclient.config = manilaclient.config:list_opts
[build_sphinx]
all_files = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1