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"]