aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1bc12e9..f020d47 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,13 +1,13 @@
[tool.poetry]
-name = "HydroRoll"
+name = "hydroroll"
version = "0.1.1"
description = "bot framework."
authors = ["简律纯 <admin@jyunko.cn>"]
license = "MIT"
readme = "README.md"
-homepage = "https://HydroRoll.retrofor.space/"
-repository = "https://github.com/retrofor/HydroRoll"
-documentation = "https://HydroRoll.retrofor.space/"
+homepage = "https://hydroroll.retrofor.space/"
+repository = "https://github.com/retrofor/hydroroll"
+documentation = "https://hydroroll.retrofor.space/"
keywords = ["bot", "qq", "qqbot", "mirai", "coolq"]
classifiers = [
"Development Status :: 5 - Production/Stable",
@@ -39,7 +39,7 @@ profile = "black"
length_sort = true
skip_gitignore = true
force_sort_within_sections = true
-src_paths = ["HydroRoll", "tests"]
+src_paths = ["hydroroll", "tests"]
extra_standard_library = ["typing_extensions"]
[tool.pyright]