Files
libra/setup.cfg
Monty Taylor 8095ea24ad Update pbr usage to modern understandings
Explicitly, d2to1 is the devil. Updated pep8 issues.

Change-Id: I35307f820a98244f5a9ae32ce01f18ce7b434c19
2013-09-14 10:49:39 -05:00

32 lines
889 B
INI

[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
[entry_points]
console_scripts =
libra_worker = libra.worker.main:main
libra_pool_mgm = libra.mgm.mgm:main
libra_api = libra.api.app:main
libra_admin_api = libra.admin_api.app:main
[build_sphinx]
all_files = 1
build-dir = build/sphinx
source-dir = doc