WitNote / plugins /pinchtab /pyproject.toml
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
[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"