Files
AV-Live/touchosc/pyproject.toml
T
2026-06-28 12:49:20 +02:00

13 lines
204 B
TOML

[project]
name = "touchosc-gen"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = []
[dependency-groups]
dev = ["pytest>=8"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]