-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
33 lines (31 loc) · 935 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
[metadata]
name = proxcat
version = attr: src.__version__
author = aisuneko
author_email = [email protected]
maintainer = aisuneko
maintainer_email = [email protected]
description = local htop-like status monitor for remote Proxmox VE servers
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
keywords = proxmox, proxmoxer, PVE, status, monitor
license = MIT
url = https://github.com/aisuneko/proxcat
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: System Administrators
Environment :: Console :: Curses
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: System :: Monitoring
[options]
packages = src
install_requires =
requests
proxmoxer
[options.extras_require]
sensors = PySensors
[options.entry_points]
console_scripts =
proxcat = src.main:start