Skip to content

Commit d116b15

Browse files
committed
修复metadata错误
1 parent 454ea7c commit d116b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nonebot_plugin_escape_url/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
type="application",
1010
homepage="https://github.com/bot-ssttkkl/nonebot-plugin-escape-url",
1111
config=Config,
12-
supported_adapters={"~onebot.v11"}
12+
supported_adapters={"~onebot.v11", "~qq"}
1313
)
1414

1515
from . import onebot_v11

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-plugin-escape-url"
3-
version = "0.1.5"
3+
version = "0.1.5.post.1"
44
description = ""
55
authors = ["ssttkkl <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)