mirror of
https://github.com/xfgryujk/blivechat.git
synced 2026-08-19 09:43:28 +08:00
后端包管理器迁移到uv
This commit is contained in:
24
blcsdk/pyproject.toml
Normal file
24
blcsdk/pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[project]
|
||||
name = "blcsdk"
|
||||
dynamic = ["version"]
|
||||
description = "blivechat SDK"
|
||||
requires-python = ">=3.12"
|
||||
authors = [{name = "xfgryujk", email = "xfgryujk@126.com"}]
|
||||
license = {file = "../LICENSE"}
|
||||
classifiers = ["Private :: Do Not Upload"]
|
||||
dependencies = [
|
||||
"aiohttp>=3.9.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/xfgryujk/blivechat"
|
||||
Repository = "https://github.com/xfgryujk/blivechat"
|
||||
Issues = "https://github.com/xfgryujk/blivechat/issues"
|
||||
|
||||
[tool.pdm]
|
||||
version = {source = "file", path = "blcsdk/__init__.py"}
|
||||
distribution = true
|
||||
@@ -1,2 +0,0 @@
|
||||
aiohttp~=3.9.0
|
||||
pyinstaller~=5.13.2
|
||||
Reference in New Issue
Block a user