mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-09-02 22:12:25 +08:00
update poetry
This commit is contained in:
parent
817363fedf
commit
ed6b7f5fd5
529
poetry.lock
generated
529
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,15 +1,15 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nonebot-hk-reporter"
|
name = "nonebot-bison"
|
||||||
version = "0.3.3"
|
version = "0.3.3"
|
||||||
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"
|
||||||
homepage = "https://github.com/felinae98/nonebot-hk-reporter"
|
homepage = "https://github.com/felinae98/nonebot-bison"
|
||||||
keywords = ["nonebot", "nonebot2", "qqbot"]
|
keywords = ["nonebot", "nonebot2", "qqbot"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "nonebot_hk_reporter/*.py", from = "./src/plugins/" },
|
{ include = "nonebot_bison/*.py", from = "./src/plugins/" },
|
||||||
{ include = "nonebot_hk_reporter/platform/*.py", from = "./src/plugins/" }
|
{ include = "nonebot_bison/platform/*.py", from = "./src/plugins/" }
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 2 - Pre-Alpha",
|
"Development Status :: 2 - Pre-Alpha",
|
||||||
@ -41,10 +41,10 @@ coverage = "^5.5"
|
|||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
||||||
[[tool.poetry.source]]
|
# [[tool.poetry.source]]
|
||||||
name = "aliyun"
|
# name = "aliyun"
|
||||||
url = "https://mirrors.aliyun.com/pypi/simple/"
|
# url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||||
default = true
|
# default = true
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
markers = [
|
markers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user