forked from unixsurfer/haproxytool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (29 loc) · 812 Bytes
/
setup.cfg
File metadata and controls
29 lines (29 loc) · 812 Bytes
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
[metadata]
name = haproxytool
author = Pavlos Parissis
author-email = pavlos.parissis@gmail.com
maintainer = Pavlos Parissis
maintainer-email = pavlos.parissis@gmail.com
summary = A library to work with HAProxy via the stats socket
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 :: 2.7
Programming Language :: Python :: 3.4
Topic :: Utilities
requires-dist =
docopt
keywords =
haproxy
haproxyadmin
[files]
packages =
haproxytool
[entry_points]
console_scripts =
haproxytool = haproxytool.cli:main