Update pyproject.toml authors and maintainers fields (#16423)
This commit is contained in:
parent
d6492ab19b
commit
e50a56daa5
1 changed files with 4 additions and 6 deletions
|
|
@ -32,14 +32,12 @@ requires-python = ">=3.8"
|
||||||
license = { "text" = "AGPL-3.0" }
|
license = { "text" = "AGPL-3.0" }
|
||||||
keywords = ["machine-learning", "deep-learning", "computer-vision", "ML", "DL", "AI", "YOLO", "YOLOv3", "YOLOv5", "YOLOv8", "YOLOv9", "YOLOv10", "HUB", "Ultralytics"]
|
keywords = ["machine-learning", "deep-learning", "computer-vision", "ML", "DL", "AI", "YOLO", "YOLOv3", "YOLOv5", "YOLOv8", "YOLOv9", "YOLOv10", "HUB", "Ultralytics"]
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Glenn Jocher" },
|
{ name = "Glenn Jocher", email = "glenn.jocher@ultralytics.com"},
|
||||||
{ name = "Ayush Chaurasia" },
|
{ name = "Jing Qiu", email = "jing.qiu@ultralytics.com"},
|
||||||
{ name = "Jing Qiu" }
|
{ name = "Ayush Chaurasia" }
|
||||||
]
|
]
|
||||||
maintainers = [
|
maintainers = [
|
||||||
{ name = "Glenn Jocher" },
|
{ name = "Ultralytics", email = "hello@ultralytics.com" }
|
||||||
{ name = "Ayush Chaurasia" },
|
|
||||||
{ name = "Jing Qiu" }
|
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue