mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
update to 0.2.4, fix unable to use by nbcli mentioned in #2
This commit is contained in:
parent
713bcaf32e
commit
b14604fd3a
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "nonebot-hk-reporter"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
description = "Subscribe message from social medias"
|
||||
authors = ["felinae98 <felinae225@qq.com>"]
|
||||
license = "MIT"
|
||||
@ -8,8 +8,8 @@ homepage = "https://github.com/felinae98/nonebot-hk-reporter"
|
||||
keywords = ["nonebot", "nonebot2", "qqbot"]
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "hk_reporter/*.py", from = "./src/plugins/" },
|
||||
{ include = "hk_reporter/platform/*.py", from = "./src/plugins/" }
|
||||
{ include = "nonebot_hk_reporter/*.py", from = "./src/plugins/" },
|
||||
{ include = "nonebot_hk_reporter/platform/*.py", from = "./src/plugins/" }
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
|
Loading…
x
Reference in New Issue
Block a user