init.
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[project]
|
||||
name = "py-onebot"
|
||||
version = "0.1.0"
|
||||
description = "Python Onebot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"aiohttp>=3.12.14",
|
||||
"pillow",
|
||||
"qrcode[pil]>=8.2",
|
||||
"toml>=0.10.2",
|
||||
]
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
|
||||
[project.scripts]
|
||||
pyonebot = "py_onebot:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.10.0,<0.11.0"]
|
||||
build-backend = "uv_build"
|
||||
Reference in New Issue
Block a user