a love letter to tangled (android, iOS, and a search API)
1[project]
2name = "twister-api-smoke"
3version = "0.1.0"
4description = "Smoke checks for Twister API endpoints"
5requires-python = ">=3.11"
6dependencies = []
7
8[project.scripts]
9twister-api-smoke = "twister_api_smoke.cli:main"
10
11[build-system]
12requires = ["hatchling>=1.24.0"]
13build-backend = "hatchling.build"
14
15[tool.uv]
16package = true
17
18[tool.ruff]
19line-length = 100