update to 0.2.4, fix unable to use by nbcli mentioned in #2

This commit is contained in:
felinae98 2021-02-26 19:41:05 +08:00
parent 713bcaf32e
commit b14604fd3a
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
16 changed files with 3 additions and 3 deletions

View File

@ -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",