-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathsetup.cfg
37 lines (35 loc) · 1.04 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
[metadata]
name = anycast-healthchecker
author = Pavlos Parissis
author-email = pavlos.parissis@gmail.com
maintainer = Pavlos Parissis
maintainer-email = pavlos.parissis@gmail.com
summary = A healthchecker for Anycasted Services
home-page = https://github.com/unixsurfer/anycast_healthchecker
license = Apache 2.0
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Natural Language :: English
Operating System :: POSIX
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: System :: Monitoring
Topic :: Utilities
install_requires =
docopt
prometheus-client
python-json-logger
keywords = healthchecker anycast ECMP
[files]
packages =
anycast_healthchecker
anycast
healthchecker
Equal-Cost Multi-Pathing
monitor
[entry_points]
console_scripts =
anycast-healthchecker = anycast_healthchecker.main:main