📦 add nonebot plugin docs

This commit is contained in:
yanyongyu
2020-11-22 01:20:14 +08:00
parent 1c87c83c45
commit 339e6cd665
5 changed files with 486 additions and 0 deletions

View File

@ -0,0 +1,17 @@
[tool.poetry]
name = "nonebot-plugin-docs"
version = "0.1.0"
description = "View NoneBot2 Docs Locally"
authors = ["yanyongyu <yanyongyu_1@126.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
nonebot2 = "^2.0.0-alpha.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"