Skip to content

Commit

Permalink
feat: add relevant URLs to the project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Jan 7, 2025
1 parent aa5f01f commit ddf758e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit ddf758e

Please sign in to comment.