diff --git a/package.json b/package.json index 06e5231f..ecc13c8c 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,14 @@ { "name": "nonebot", "version": "2.0.0", - "description": "An asynchronous QQ bot framework.", - "homepage": "https://nonebot.cqp.moe/", + "description": "An asynchronous python bot framework.", + "homepage": "https://docs.nonebot.dev/", "main": "index.js", "contributors": [{ - "name": "Richard Chien", - "email": "richardchienthebest@gmail.com" - }, - { - "name": "yanyongyu", - "email": "yanyongyu_1@126.com" - } - ], - "repository": "https://github.com/nonebot/nonebot/nonebot", + "name": "yanyongyu", + "email": "yanyongyu_1@126.com" + }], + "repository": "https://github.com/nonebot/nonebot/", "bugs": { "url": "https://github.com/nonebot/nonebot/issues" }, diff --git a/pyproject.toml b/pyproject.toml index a5a0c6f7..5f222f53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "nonebot" version = "2.0.0" -description = "An asynchronous QQ bot framework." -authors = ["Richard Chien ", "yanyongyu "] +description = "An asynchronous python bot framework." +authors = ["yanyongyu "] license = "MIT" readme = "README.md" -homepage = "https://nonebot.cqp.moe/" +homepage = "https://docs.nonebot.dev/" repository = "https://github.com/nonebot/nonebot" -documentation = "https://nonebot.cqp.moe/" +documentation = "https://docs.nonebot.dev/" keywords = ["bot", "qq", "qqbot", "mirai", "coolq"] classifiers = [ "Development Status :: 5 - Production/Stable",