diff options
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", +] |
