First upload, 18 controller version

This commit is contained in:
2026-04-14 15:23:56 +02:00
commit 8c55001a1c
3810 changed files with 764061 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "infinity-mirror-control"
version = "0.1.0"
description = "PySide6 control and preview tool for the Infinity Mirror tile installation."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"PySide6>=6.7",
]
[tool.setuptools.packages.find]
include = ["app*"]