wechat_msg_crawler/pyproject.toml
canghe 7158422618 Preserve WeChat original entitlements when re-signing (v0.2.3)
- Extract existing entitlements before re-signing
- Merge get-task-allow into original entitlements instead of replacing
- Prevents breaking WeChat features like Search after init
2026-04-04 16:11:17 +08:00

24 lines
470 B
TOML

[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "wechat-cli"
version = "0.2.3"
description = "WeChat data query CLI for LLMs"
requires-python = ">=3.10"
dependencies = [
"click>=8.1,<9",
"pycryptodome>=3.19,<4",
"zstandard>=0.22,<1",
]
[project.scripts]
wechat-cli = "wechat_cli.main:cli"
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
wechat_cli = ["bin/*"]