Update pyproject.toml authors and maintainers fields (#16423)

This commit is contained in:
Glenn Jocher 2024-09-22 20:45:16 +02:00 committed by GitHub
parent d6492ab19b
commit e50a56daa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",