libra/setup.cfg
Andrew Hutchings 746b33ef4d ADMIN_API: Add basic framework
Basic framework for admin API server, may or may not actually work

Change-Id: I29e3b2c36f9f6ee7d097857f272ca163016197af
2013-05-30 16:41:17 +01:00

37 lines
981 B
INI

[build_sphinx]
all_files = 1
build-dir = build/sphinx
source-dir = doc
[metadata]
name = libra
author = David Shrewsbury <shrewsbury.dave@gmail.com>, Andrew Hutchings <andrew@linuxjedi.co.uk>
summary = Python LBaaS Gearman Worker and Pool Manager
description-file = README
home-page = http://pypi.python.org/pypi/libra
classifier =
Development Status :: 4 - Beta
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 =
libra
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
libra_worker = libra.worker.main:main
libra_pool_mgm = libra.mgm.mgm:main
libra_statsd = libra.statsd.main:main
libra_api = libra.api.app:main
libra_admin_api = libra.admin_api.app:main