-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathsetup.cfg
32 lines (29 loc) · 925 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
[metadata]
name = haproxystats
author = Pavlos Parissis
author-email = [email protected]
maintainer = Pavlos Parissis
maintainer-email = [email protected]
summary = A HAProxy statistics collection program
home-page: https://github.com/unixsurfer/haproxystats
license = Apache 2.0
description-file = README.rst
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
Topic :: Utilities
keywords = haproxystats haproxy stats collector statistics
[files]
packages =
haproxystats
[entry_points]
console_scripts =
haproxystats-pull = haproxystats.pull:main
haproxystats-process = haproxystats.process:main
[pycodestyle]
ignore = W503