dns-probe/setup.cfg

21 lines
364 B
INI

[metadata]
name = dns_probe
version = attr: dns_probe.__version__
description = Prometheus exporter that exposes metrics from DNS zone
license = MIT
[options]
packages = find:
install_requires =
dnspython
prometheus_client
pyramid
[options.entry_points]
console_scripts =
dns-probe = dns_probe:main
[options.extras_require]
gunicorn = gunicorn