mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
change project settings
This commit is contained in:
parent
3b983c8ec0
commit
d66259da2b
17
package.json
17
package.json
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "nonebot",
|
"name": "nonebot",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "An asynchronous QQ bot framework.",
|
"description": "An asynchronous python bot framework.",
|
||||||
"homepage": "https://nonebot.cqp.moe/",
|
"homepage": "https://docs.nonebot.dev/",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"contributors": [{
|
"contributors": [{
|
||||||
"name": "Richard Chien",
|
"name": "yanyongyu",
|
||||||
"email": "richardchienthebest@gmail.com"
|
"email": "yanyongyu_1@126.com"
|
||||||
},
|
}],
|
||||||
{
|
"repository": "https://github.com/nonebot/nonebot/",
|
||||||
"name": "yanyongyu",
|
|
||||||
"email": "yanyongyu_1@126.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repository": "https://github.com/nonebot/nonebot/nonebot",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/nonebot/nonebot/issues"
|
"url": "https://github.com/nonebot/nonebot/issues"
|
||||||
},
|
},
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nonebot"
|
name = "nonebot"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
description = "An asynchronous QQ bot framework."
|
description = "An asynchronous python bot framework."
|
||||||
authors = ["Richard Chien <richardchienthebest@gmail.com>", "yanyongyu <yanyongyu_1@126.com>"]
|
authors = ["yanyongyu <yanyongyu_1@126.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://nonebot.cqp.moe/"
|
homepage = "https://docs.nonebot.dev/"
|
||||||
repository = "https://github.com/nonebot/nonebot"
|
repository = "https://github.com/nonebot/nonebot"
|
||||||
documentation = "https://nonebot.cqp.moe/"
|
documentation = "https://docs.nonebot.dev/"
|
||||||
keywords = ["bot", "qq", "qqbot", "mirai", "coolq"]
|
keywords = ["bot", "qq", "qqbot", "mirai", "coolq"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
Loading…
Reference in New Issue
Block a user