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 = thomas.mangin@exa-networks.co.uk
url = https://github.com/Exa-Networks/exabgp
version = attr: exabgp.version.version
description = BGP swiss army knife
long_description = file: README.rst, 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=
=lib
install_requires =
setuptools
[options.packages.find]
where = lib
exclude =
[options.entry_points]
console_scripts =
exabgp = exabgp.application:run_exabgp
exabgpcli = exabgp.application:run_cli
exabgp-cli = exabgp.application:run_cli
exabgp-healthcheck = exabgp.application:run_healthcheck
[options.package_data]
* = *.txt, *.rst
|