File size: 319 Bytes
6a7089a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [build-system]
requires = []
build-backend = "setuptools.build_meta"
[project]
name = "pinchtab-smcp-plugin"
version = "0.1.0"
description = "SMCP plugin for PinchTab browser control API"
readme = "README.md"
requires-python = ">=3.9"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
addopts = "-v"
|