Files
blivechat/plugins/native-ui/pyproject.toml
2026-05-08 22:19:05 +08:00

32 lines
708 B
TOML

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[project]
name = "blivechat-native-ui"
dynamic = ["version"]
description = "blivechat原生UI插件"
requires-python = ">=3.12"
authors = [{name = "xfgryujk", email = "xfgryujk@126.com"}]
license = {file = "LICENSE"}
classifiers = ["Private :: Do Not Upload"]
dependencies = [
"blcsdk",
"PyPubSub==4.0.3",
"wxPython==4.2.1",
"XlsxWriter==3.2.0",
]
[dependency-groups]
dev = [
"pyinstaller~=5.13.2",
"setuptools~=75.1.0",
]
[tool.pdm]
version = {source = "file", path = "plugin.json", pattern = '"version": "([^"]+)"'}
distribution = false
[tool.uv.sources]
blcsdk = {path = "../../blcsdk/", editable = true}