NothBot/pyproject.toml
2023-07-24 10:03:40 +08:00

15 lines
296 B
TOML

[project]
name = "NothBot"
version = "0.1.0"
description = "NothBot"
readme = "README.md"
requires-python = ">=3.8, <4.0"
[tool.nonebot]
adapters = [
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" }
]
plugins = []
plugin_dirs = ["src/plugins"]
builtin_plugins = ["echo"]