Files
jiangchang-platform-kit/sdk/jiangchang-desktop-sdk/pyproject.toml
2026-04-20 13:40:53 +08:00

14 lines
325 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "jiangchang-desktop-sdk"
version = "0.1.0"
description = "匠厂桌面应用自动化测试 SDK"
requires-python = ">=3.10"
dependencies = ["playwright>=1.42.0"]
[tool.setuptools.packages.find]
where = ["src"]