-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (25 loc) · 858 Bytes
/
Copy pathpyproject.toml
File metadata and controls
27 lines (25 loc) · 858 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
[project]
name = "monitor-control-mqtt"
version = "1.0.0"
description = "Home Assistant compatible program to control PC monitors via MQTT."
license = "GPL-3.0-or-later"
license-files = ["LICENSE"]
authors = [
{name = "bartekl1"}
]
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"screen-brightness-control (>=0.27.2,<0.28.0)",
"monitorcontrol (>=4.2.0,<5.0.0)",
"paho-mqtt (>=2.1.0,<3.0.0)",
"pyyaml (>=6.0.3,<7.0.0)"
]
[project.urls]
homepage = "https://github.com/bartekl1/monitor-control-mqtt"
source = "https://github.com/bartekl1/monitor-control-mqtt"
changelog = "https://github.com/bartekl1/monitor-control-mqtt/releases"
documentation = "https://github.com/bartekl1/monitor-control-mqtt/blob/main/README.md"
issues = "https://github.com/bartekl1/monitor-control-mqtt/issues"
[tool.poetry]
package-mode = false