diff options
| author | 2024-01-28 17:58:41 +0800 | |
|---|---|---|
| committer | 2024-01-28 17:58:41 +0800 | |
| commit | dee8eb66a148fcf7ad646ee18935da4a000a0596 (patch) | |
| tree | 7602b7e2dc36cf80260424a800017e50fcd84da9 /pyproject.toml | |
| parent | afc5d4e6e0cae8cfe27e0dde38028526dfe7a218 (diff) | |
| download | infini-dee8eb66a148fcf7ad646ee18935da4a000a0596.tar.gz infini-dee8eb66a148fcf7ad646ee18935da4a000a0596.zip | |
chore(project): add `project.urls` section
Diffstat (limited to 'pyproject.toml')
| -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" |
