aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 02:58:41 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 02:58:41 +0800
commit64207f6c379e1003398f267a8ae329c145fcd536 (patch)
tree1a83d7aa5589e68104b33ab80230faf8df9f854f /pyproject.toml
parent4b2e6627daa7eaf7465260ee648dfbe846a37766 (diff)
downloadHydroRoll-64207f6c379e1003398f267a8ae329c145fcd536.tar.gz
HydroRoll-64207f6c379e1003398f267a8ae329c145fcd536.zip
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]