neutron-lbaas/setup.cfg

56 lines
1.3 KiB
INI

[metadata]
name = neutron-lbaas
version = 2015.1
summary = OpenStack Networking Load Balancing as a Service
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[files]
packages =
neutron_lbaas
data_files =
etc/neutron =
etc/lbaas_agent.ini
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
neutron-lbaas-agent = neutron_lbaas.services.loadbalancer.agent.agent:main
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = neutron-lbaas/locale/neutron-lbaas.pot
[compile_catalog]
directory = neutron-lbaas/locale
domain = neutron-lbaas
[update_catalog]
domain = neutron-lbaas
output_dir = neutron-lbaas/locale
input_file = neutron-lbaas/locale/neutron-lbaas.pot
[wheel]
universal = 1