Update TOML project URLs (#16421)
This commit is contained in:
parent
486d4cbe54
commit
d6492ab19b
1 changed files with 4 additions and 2 deletions
|
|
@ -127,9 +127,11 @@ extra = [
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://ultralytics.com"
|
||||
"Source" = "https://github.com/ultralytics/ultralytics"
|
||||
"Documentation" = "https://docs.ultralytics.com"
|
||||
"Bug Reports" = "https://github.com/ultralytics/ultralytics/issues"
|
||||
"Funding" = "https://ultralytics.com"
|
||||
"Source" = "https://github.com/ultralytics/ultralytics/"
|
||||
"Changelog" = "https://github.com/ultralytics/ultralytics/releases"
|
||||
|
||||
[project.scripts]
|
||||
yolo = "ultralytics.cfg:entrypoint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue