aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-07 16:19:49 +0800
committer简律纯 <i@jyunko.cn>2023-07-07 16:19:49 +0800
commit5ee674765c5ed400dcd83146ee4dfa51bd6729de (patch)
tree5e652c7bebc2ad2a5a000e39b0b68efa7a7158b3 /pyproject.toml
parentc99e49fdc1cec7c50ff59daf9cc2ea97ee19915d (diff)
downloadHydroRoll-5ee674765c5ed400dcd83146ee4dfa51bd6729de.tar.gz
HydroRoll-5ee674765c5ed400dcd83146ee4dfa51bd6729de.zip
👻Delete useless fies
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"