Files
jiangchang-platform-kit/pyproject.toml
chendelian aab0207aec
All checks were successful
Publish Python Package to Gitea / publish (push) Successful in 25s
fix: restore platform kit version to 1.0.9
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 19:44:30 +08:00

24 lines
583 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "jiangchang-platform-kit"
version = "1.0.9"
description = "匠厂平台共享组件:Skill 实体 SDK + 桌面应用自动化 SDK"
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
authors = [{ name = "client-jiangchang" }]
dependencies = [
"requests>=2.31.0",
"playwright>=1.42.0",
"mss>=9.0.1",
]
[project.urls]
Repository = "https://git.jc2009.com/client-jiangchang/jiangchang-platform-kit"
[tool.setuptools.packages.find]
where = ["src"]