diff options
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index ea02e92e..dc0e4749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,12 @@ requires-python = ">=3.10" readme = "README.md" license = { text = "MIT" } +[project.urls] +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" + [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" |
