mirror of
https://github.com/xfgryujk/blivechat.git
synced 2026-08-19 09:43:28 +08:00
31 lines
682 B
TOML
31 lines
682 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~=6.20.0",
|
|
]
|
|
|
|
[tool.pdm]
|
|
version = {source = "file", path = "plugin.json", pattern = '"version": "([^"]+)"'}
|
|
distribution = false
|
|
|
|
[tool.uv.sources]
|
|
blcsdk = {path = "../../blcsdk/", editable = true}
|