Files
clickthrough/pyproject.toml
Luna 4aa51e2d69
All checks were successful
python-syntax / syntax-check (push) Successful in 29s
feat: bootstrap clickthrough server, skill docs, and syntax CI
2026-04-05 19:59:39 +02:00

9 lines
179 B
TOML

[project]
name = "clickthrough"
version = "0.1.0"
description = "HTTP computer control bridge for agents"
requires-python = ">=3.11"
[tool.pytest.ini_options]
pythonpath = ["."]