-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
64 lines (56 loc) · 1.7 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = networking-ofagent
summary = OpenStack Networking ofagent
license = Apache License 2.0
description-file =
README.rst
author = Ryu Team
author-email = [email protected]
home-page = https://wiki.openstack.org/wiki/Neutron/OFAgent
platform = Any
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
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
networking_ofagent
data_files =
etc/neutron/rootwrap.d =
etc/neutron/rootwrap.d/ofagent.filters
etc/neutron/plugins/ml2 =
etc/neutron/plugins/ml2/ml2_conf_ofa.ini
#scripts =
[global]
setup-hooks =
pbr.hooks.setup_hook
networking_ofagent.hooks.setup_hook
[entry_points]
console_scripts =
neutron-ofagent-agent = networking_ofagent.plugins.ofagent.agent.main:main
neutron.ml2.mechanism_drivers =
ofagent = networking_ofagent.plugins.ml2.drivers.mech_ofagent:OfagentMechanismDriver
[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 = networking_ofagent/locale/networking_ofagent.pot
[compile_catalog]
directory = networking_ofagent/locale
domain = networking_ofagent
[update_catalog]
domain = networking_ofagent
output_dir = networking_ofagent/locale
input_file = networking_ofagent/locale/networking_ofagent.pot
[wheel]
universal = 1