mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 19:36:43 +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]
|
[tool.poetry]
|
||||||
name = "nonebot-hk-reporter"
|
name = "nonebot-hk-reporter"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
description = "Subscribe message from social medias"
|
description = "Subscribe message from social medias"
|
||||||
authors = ["felinae98 <felinae225@qq.com>"]
|
authors = ["felinae98 <felinae225@qq.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -8,8 +8,8 @@ homepage = "https://github.com/felinae98/nonebot-hk-reporter"
|
|||||||
keywords = ["nonebot", "nonebot2", "qqbot"]
|
keywords = ["nonebot", "nonebot2", "qqbot"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "hk_reporter/*.py", from = "./src/plugins/" },
|
{ include = "nonebot_hk_reporter/*.py", from = "./src/plugins/" },
|
||||||
{ include = "hk_reporter/platform/*.py", from = "./src/plugins/" }
|
{ include = "nonebot_hk_reporter/platform/*.py", from = "./src/plugins/" }
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 2 - Pre-Alpha",
|
"Development Status :: 2 - Pre-Alpha",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user