forked from unixsurfer/haproxytool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
34 lines (34 loc) · 954 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
33
34
[metadata]
name = haproxytool
author = Pavlos Parissis
author-email = [email protected]
maintainer = Pavlos Parissis
maintainer-email = [email protected]
home-page = https://github.com/unixsurfer/haproxytool
summary = A tool to manage HAProxy via 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
Programming Language :: Python :: 3.5
Topic :: Utilities
install_requires =
docopt
haproxyadmin>=0.2.2
keywords =
haproxy
haproxyadmin
haproxytool
tool
[files]
packages =
haproxytool
[entry_points]
console_scripts =
haproxytool = haproxytool.cli:main