From ddf758ecb65c3bb5c53a05bcd1618cc5166bd177 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Tue, 7 Jan 2025 12:35:45 +0800 Subject: [PATCH] feat: add relevant URLs to the project metadata --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 95c0053..1dba560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,14 @@ dependencies = [ [project.scripts] ruyi = "ruyi.__main__:entrypoint" +[project.urls] +homepage = "https://ruyisdk.org" +documentation = "https://ruyisdk.org/docs/intro" +download = "https://ruyisdk.org/download" +github = "https://github.com/ruyisdk/ruyi" +issues = "https://github.com/ruyisdk/ruyi/issues" +repository = "https://github.com/ruyisdk/ruyi.git" + [tool.poetry] include = ["ruyi/py.typed"]