aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-11 09:40:52 +0800
committer简律纯 <i@jyunko.cn>2024-03-11 09:40:52 +0800
commit67cf02ba9bf39116126ef8360cedff5410a20694 (patch)
tree9194042a727bd7535f036283152afe450876b133 /pyproject.toml
parent9425a632d234229ee87178c69f572384e9713fae (diff)
downloadinfini-67cf02ba9bf39116126ef8360cedff5410a20694.tar.gz
infini-67cf02ba9bf39116126ef8360cedff5410a20694.zip
chore(tests): regist -> register
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index df59c56c..cf53ff0c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ license = { text = "MIT" }
Homepage = "https://grps.hydroroll.team"
Documentation = "https://grps.hydroroll.team"
Repository = "https://github.com/HydroRoll-Team/infini"
-Changelog = "https://grps.hydroroll.team/zh_CN/latest/changelog.html"
+Changelog = "https://infini.hydroroll.team/zh_CN/latest/changelog.html"
[build-system]
requires = ["pdm-backend"]
@@ -32,3 +32,6 @@ dev = [
"pytest>=7.4.4",
"ipdm>=0.1.4",
]
+tests = [
+ "multilogging>=1.0.2",
+]