-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
65 lines (49 loc) · 2.38 KB
/
pyproject.toml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# This project was generated with 0.3.15 using template: https://github.com/beeware/briefcase-template@v0.3.15
[tool.briefcase]
project_name = "easy-mqtt-handler"
bundle = "de.andzeil"
version = "0.1.2"
url = "https://github.com/andzeil/easy-mqtt-handler"
license = "GNU General Public License v3 or later (GPLv3+)"
author = "A. Zeil"
author_email = "azeil@azcon.de"
[tool.briefcase.app.easy-mqtt-handler]
formal_name = "Easy MQTT Handler"
description = "User-friendly MQTT Client to receive messages from Brokers and react with executing pre-defined commands."
long_description = "easy MQTT Handler is a MQTT Client implemented in Python3 that will connect to a MQTT Broker, listening for freely configurable messages and reacting by executing arbitrary pre-defined commands. The Tool comes with a QT5-based GUI (License: GPLv3+)."
icon = "src/easy_mqtt_handler/assets/app-icon/app-icon"
sources = ["src/easy_mqtt_handler"]
test_sources = ["tests"]
requires = ["paho-mqtt~=2.1.0", "PyQt5~=5.15.11", "pyOpenSSL~=24.2.1", "cryptography~=42.0.4"]
test_requires = ["pytest", "paho-mqtt~=2.1.0", "PyQt5~=5.15.11", "pyOpenSSL~=24.2.1", "cryptography~=42.0.4"]
[tool.briefcase.app.easy-mqtt-handler.macOS]
requires = ["paho-mqtt~=2.1.0", "PyQt5~=5.15.11", "pyOpenSSL~=24.2.1", "cryptography~=42.0.4"]
[tool.briefcase.app.easy-mqtt-handler.linux]
requires = ["paho-mqtt~=2.1.0", "PyQt5~=5.15.11", "pyOpenSSL~=24.2.1", "cryptography~=42.0.4"]
[tool.briefcase.app.easy-mqtt-handler.linux.system.debian]
system_requires = []
system_runtime_requires = []
[tool.briefcase.app.easy-mqtt-handler.linux.system.rhel]
system_requires = []
system_runtime_requires = []
[tool.briefcase.app.easy-mqtt-handler.linux.system.arch]
system_requires = []
system_runtime_requires = []
[tool.briefcase.app.easy-mqtt-handler.linux.appimage]
manylinux = "manylinux_2_28"
system_requires = []
linuxdeploy_plugins = []
[tool.briefcase.app.easy-mqtt-handler.linux.flatpak]
flatpak_runtime = "org.freedesktop.Platform"
flatpak_runtime_version = "22.08"
flatpak_sdk = "org.freedesktop.Sdk"
[tool.briefcase.app.easy-mqtt-handler.windows]
requires = ["paho-mqtt~=2.1.0", "PyQt5~=5.15.11", "pyOpenSSL~=24.2.1", "cryptography~=42.0.4"]
# Mobile deployments
[tool.briefcase.app.easy-mqtt-handler.iOS]
supported = false
[tool.briefcase.app.easy-mqtt-handler.android]
supported = false
# Web deployments
[tool.briefcase.app.easy-mqtt-handler.web]
supported = false