Files
Polisher-Control/pyproject.toml
2026-05-26 16:23:04 +00:00

14 lines
308 B
TOML

[project]
name = "polisher-control-host"
version = "0.1.0"
description = "Host-side scaffold for Fullum polisher-control"
requires-python = ">=3.11"
dependencies = []
[project.optional-dependencies]
dev = ["pytest>=8", "jsonschema>=4"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["host"]