aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-29 18:25:15 +0800
committer苏向夜 <fu050409@163.com>2024-01-29 18:25:15 +0800
commit90264b1630bf056a8fb62be3f6b104773cafcd36 (patch)
tree661be9be8ed1faf7f6a99756275d146cff690455 /pyproject.toml
parent7757ee809e32d856a06d92f2286f9ca42500ddcd (diff)
parente9e40cf67e8b4de885f89b835becfbc8bf5ed770 (diff)
downloadinfini-90264b1630bf056a8fb62be3f6b104773cafcd36.tar.gz
infini-90264b1630bf056a8fb62be3f6b104773cafcd36.zip
merge: merge with remote changes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
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"