aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6feebe6..9c96248 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,12 +1,12 @@
[tool.poetry]
-name = "hydroroll"
+name = "HydroRoll"
version = "0.1.3"
description = "bot framework."
-authors = ["简律纯 <admin@jyunko.cn>"]
+authors = ["简律纯 <i@jyunko.cn>"]
license = "GPL3.0"
readme = "README.md"
homepage = "https://hydroroll.retrofor.space/"
-repository = "https://github.com/retrofor/hydroroll"
+repository = "https://github.com/HydroRoll-Team/hydroroll"
documentation = "https://hydroroll.retrofor.space/"
keywords = ["bot", "qq", "qqbot", "mirai", "coolq"]
classifiers = [
@@ -25,7 +25,6 @@ iamai-adapter-cqhttp = "^0.6"
iamai-adapter-apscheduler = "^0.6"
[tool.poetry.group.dev.dependencies]
-sophia-doc = "^0.1.0"
black = "^23.1.0"
isort = "^5.12.0"
pre-commit = "^3.1.0"