Skip to content

Commit

Permalink
Update pyproject.toml project URLs (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Sep 22, 2024
1 parent 02ee5ce commit 267ca0f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ dependencies = [
"requests>=2.31.0",
]

[project.urls] # Optional
[project.urls]
"Homepage" = "https://ultralytics.com"
"Source" = "https://github.com/ultralytics/mkdocs"
"Documentation" = "https://docs.ultralytics.com"
"Bug Reports" = "https://github.com/ultralytics/mkdocs/issues"
"Funding" = "https://ultralytics.com"
"Source" = "https://github.com/ultralytics/mkdocs/"
"Changelog" = "https://github.com/ultralytics/mkdocs/releases"

[project.entry-points."mkdocs.plugins"]
ultralytics = "plugin:MetaPlugin" # executes the function `MetaPlugin` from this package when "plugin" is called.
Expand Down

0 comments on commit 267ca0f

Please sign in to comment.