~james-page/ubuntu/vivid/neutron-lbaas/2015.1.b3

« back to all changes in this revision

Viewing changes to .pc/rootwrap-filters.patch/setup.cfg

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-14 11:31:23 UTC
  • Revision ID: package-import@ubuntu.com-20150114113123-6wuh7245x5fskdgt
Tags: 1:2015.1~b1-0ubuntu4
Initial release for OpenStack Kilo-1 milestone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[metadata]
 
2
name = neutron-lbaas
 
3
version = 2015.1
 
4
summary = OpenStack Networking Load Balancing as a Service
 
5
description-file = 
 
6
        README.rst
 
7
author = OpenStack
 
8
author-email = openstack-dev@lists.openstack.org
 
9
home-page = http://www.openstack.org/
 
10
classifier = 
 
11
        Environment :: OpenStack
 
12
        Intended Audience :: Information Technology
 
13
        Intended Audience :: System Administrators
 
14
        License :: OSI Approved :: Apache Software License
 
15
        Operating System :: POSIX :: Linux
 
16
        Programming Language :: Python
 
17
        Programming Language :: Python :: 2
 
18
        Programming Language :: Python :: 2.7
 
19
 
 
20
[files]
 
21
packages = 
 
22
        neutron_lbaas
 
23
data_files = 
 
24
        etc/neutron =
 
25
        etc/lbaas_agent.ini
 
26
 
 
27
[global]
 
28
setup-hooks = 
 
29
        pbr.hooks.setup_hook
 
30
 
 
31
[entry_points]
 
32
console_scripts = 
 
33
        neutron-lbaas-agent = neutron_lbaas.services.loadbalancer.agent.agent:main
 
34
 
 
35
[build_sphinx]
 
36
all_files = 1
 
37
build-dir = doc/build
 
38
source-dir = doc/source
 
39
 
 
40
[extract_messages]
 
41
keywords = _ gettext ngettext l_ lazy_gettext
 
42
mapping_file = babel.cfg
 
43
output_file = neutron-lbaas/locale/neutron-lbaas.pot
 
44
 
 
45
[compile_catalog]
 
46
directory = neutron-lbaas/locale
 
47
domain = neutron-lbaas
 
48
 
 
49
[update_catalog]
 
50
domain = neutron-lbaas
 
51
output_dir = neutron-lbaas/locale
 
52
input_file = neutron-lbaas/locale/neutron-lbaas.pot
 
53
 
 
54
[wheel]
 
55
universal = 1
 
56
 
 
57
[egg_info]
 
58
tag_build = 
 
59
tag_date = 0
 
60
tag_svn_revision = 0
 
61