forked from Exa-Networks/exabgp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (40 loc) · 1.17 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
[metadata]
name = exabgp
author = Thomas Mangin
author_email = [email protected]
url = https://github.com/Exa-Networks/exabgp
version = attr: exabgp.version.version
description = BGP swiss army knife
long_description = file: doc/README.rst, doc/CHANGELOG.rst
keywords = BGP, ipv4, ipv6, mpls, vpls, flowspec, bgp-ls, SDN, HA, DDOS
license = BSD 3-Clause License
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: System Administrators
Intended Audience :: Telecommunications Industry
License :: OSI Approved :: BSD License
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 3.7
Topic :: Internet
[options]
zip_safe = False
include_package_data = True
packages = find:
package_dir=
=src
install_requires =
setuptools
[options.packages.find]
where = src
exclude =
[options.entry_points]
console_scripts =
exabgp = exabgp.application.main:main
exabgpcli = exabgp.application.cli:main
exabgp-cli = exabgp.application.cli:main
exabgp-healthcheck = exabgp.application.healthcheck:main
[options.package_data]
* = *.txt, *.rst