Files
RFP_Infinity-Vis/pyproject.toml

18 lines
386 B
TOML

[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*"]