加入匠厂桌面测试

This commit is contained in:
2026-04-20 13:40:53 +08:00
parent 71a9ab1700
commit 2174b2b573
6 changed files with 713 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[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"]