libra/setup.cfg
Monty Taylor d9c6b5805e Update to pbr and flake8.
As part of this, found a discrepancy between the git tags and what was in
libra.__version__ - which is the whole reason to do tag-based-versions anyway.
After landing this, someone should do a "tag -s 1.2" or something similar
to release a properly tagged version of the code.

Change-Id: I2bb678bc6928dffebb0abc7c67cec50642b1f43d
2013-04-08 21:21:37 -04:00

35 lines
898 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