docs: scaffold polisher-control foundation
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user