Skip to content

Commit

Permalink
添加PluginMetadata type属性
Browse files Browse the repository at this point in the history
  • Loading branch information
eya46 committed Jun 20, 2023
1 parent 020afb0 commit 2369e25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions nonebot_plugin_b23/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"发送指令获取B站热搜(移动端)\n"
f"指令:{','.join(config.b23_commands)}"
),
type="application",
homepage="https://github.com/eya46/nonebot_plugin_b23",
config=Config,
supported_adapters=None,
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@

## 安装

pip install nonebot-plugin-b23==0.0.8
* nonebot2 2.0.0rc版本👇

> pip install nonebot-plugin-b23==0.0.8
* nonebot2 2.0.0正式版本👇

> pip install nonebot-plugin-b23==0.0.9
## 配置

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="nonebot-plugin-b23",
version="0.0.8",
version="0.0.9",
author="eya46",
install_requires=[
'httpx~=0.23.0',
Expand Down

0 comments on commit 2369e25

Please sign in to comment.