Files
python-libraclient/setup.cfg
Endre Karlson d46297aaf4 Re-amp client code to use PBR and add some files
Change-Id: I707fb628cd292be807e6e0fd7ad0062635051953
2013-10-11 07:45:48 +02:00

36 lines
824 B
INI

[metadata]
name = python-libraclient
summary = Client library for Libra LBaaS tools
description-file =
README.rst
license = Apache License, Version 2.0
author = Andrew Hutchings
author-email = andrew@linuxjedi.co.uk
home-page = https://launchpad.net/libra
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
[files]
packages =
libraclient
[entry_points]
console_scripts =
libra_client = libraclient.client:main
[build_sphinx]
source-dir = doc
build-dir = build/sphinx
all_files = 1
[upload_sphinx]
upload-dir = build/sphinx/html