diff options
| author | 2024-01-29 18:25:15 +0800 | |
|---|---|---|
| committer | 2024-01-29 18:25:15 +0800 | |
| commit | 90264b1630bf056a8fb62be3f6b104773cafcd36 (patch) | |
| tree | 661be9be8ed1faf7f6a99756275d146cff690455 /pyproject.toml | |
| parent | 7757ee809e32d856a06d92f2286f9ca42500ddcd (diff) | |
| parent | e9e40cf67e8b4de885f89b835becfbc8bf5ed770 (diff) | |
| download | infini-90264b1630bf056a8fb62be3f6b104773cafcd36.tar.gz infini-90264b1630bf056a8fb62be3f6b104773cafcd36.zip | |
merge: merge with remote changes
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 1c0b307c..772a23cc 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" |
