mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +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]
|
||||
name = "nonebot-hk-reporter"
|
||||
name = "nonebot-bison"
|
||||
version = "0.3.3"
|
||||
description = "Subscribe message from social medias"
|
||||
authors = ["felinae98 <felinae225@qq.com>"]
|
||||
license = "MIT"
|
||||
homepage = "https://github.com/felinae98/nonebot-hk-reporter"
|
||||
homepage = "https://github.com/felinae98/nonebot-bison"
|
||||
keywords = ["nonebot", "nonebot2", "qqbot"]
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "nonebot_hk_reporter/*.py", from = "./src/plugins/" },
|
||||
{ include = "nonebot_hk_reporter/platform/*.py", from = "./src/plugins/" }
|
||||
{ include = "nonebot_bison/*.py", from = "./src/plugins/" },
|
||||
{ include = "nonebot_bison/platform/*.py", from = "./src/plugins/" }
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 2 - Pre-Alpha",
|
||||
@ -41,10 +41,10 @@ coverage = "^5.5"
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "aliyun"
|
||||
url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||
default = true
|
||||
# [[tool.poetry.source]]
|
||||
# name = "aliyun"
|
||||
# url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||
# default = true
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
markers = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user