-
Notifications
You must be signed in to change notification settings - Fork 70
/
setup.cfg
42 lines (39 loc) · 985 Bytes
/
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
[metadata]
name = yabgp
summary = Yet Another Border Gateway Protocol Python Implementation
license = Apache License 2.0
author = SmartBGP project team
author-email = [email protected]
home-page = http://smartbgp.github.io/
description-file = README.rst
platform = any
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
License :: OSI Approved :: Apache Software License
Topic :: System :: Networking
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Operating System :: Unix
keywords =
BGP
SDN
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[global]
setup-hooks =
yabgp.hooks.setup_hook
[files]
packages =
yabgp
data_files =
etc/yabgp/ =
etc/yabgp/yabgp.ini.sample
[entry_points]
console_scripts =
yabgpd = yabgp.agent.cmd:main