14 lines
325 B
TOML
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"]
|