add plugin metadata to builtin plugins (#2113)

This commit is contained in:
Ju4tCode
2023-06-20 13:50:05 +08:00
committed by GitHub
parent 20d3d62bd5
commit e00890033e
5 changed files with 38 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-docs"
version = "2.0.0-beta.1"
version = "2.0.0"
description = "View NoneBot2 Docs Locally"
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@ -13,7 +13,7 @@ include = ["nonebot_plugin_docs/dist/**/*"]
[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = "^2.0.0-beta.1"
nonebot2 = "^2.0.0"
[tool.poetry.dev-dependencies]