diff options
| author | 2024-03-11 09:40:52 +0800 | |
|---|---|---|
| committer | 2024-03-11 09:40:52 +0800 | |
| commit | 67cf02ba9bf39116126ef8360cedff5410a20694 (patch) | |
| tree | 9194042a727bd7535f036283152afe450876b133 /pyproject.toml | |
| parent | 9425a632d234229ee87178c69f572384e9713fae (diff) | |
| download | infini-67cf02ba9bf39116126ef8360cedff5410a20694.tar.gz infini-67cf02ba9bf39116126ef8360cedff5410a20694.zip | |
chore(tests): regist -> register
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
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", +] |
