9 lines
179 B
TOML
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 = ["."]
|