summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 828c6309b4ee8a69efa5f51aeaf9d1c0ad36f0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[metadata]
name = monitor_menu
version = 0.1
author = Olivier Gayot
author_email = olivier.gayot@sigexec.com

description = TUI interface to manage monitor profiles
url = https://git.sigexec.com/cgit.cgi/monitor_menu.git
classifiers =
    Programming Language :: Python :: 3
    License :: BSD-3
    Operating System :: POSIX :: Linux

[options]
packages = find:
python_requires = >=3.10

[options.entry_points]
console_scripts =
  monitor-menu = monitor_menu.__main__:main