Skip to content

Commit

Permalink
Update pyproject.toml project URLs (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Sep 22, 2024
1 parent 62f0a4e commit f881ac7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ dependencies = [# Optional
tests = ["pytest"]

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

# [project.scripts] # Optional
# sample = "sample:main" # executes the function `main` from this package when "sample" is called.
Expand Down

0 comments on commit f881ac7

Please sign in to comment.