Add native Linux controls and tray menu for BTD 700

This commit is contained in:
Justin
2026-09-05 20:43:35 +02:00
commit 3579667c6e
25 changed files with 2047 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "btd700-control"
version = "0.1.0"
description = "Independent native Linux controls and tray menu for the Sennheiser BTD 700"
requires-python = ">=3.10"
readme = "README.md"
[project.scripts]
btd700-control = "btd700.__main__:main"
[tool.setuptools.packages.find]
include = ["btd700*"]