From e50a56daa5413751f0eff11f2bf6fb750103e569 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Sep 2024 20:45:16 +0200 Subject: [PATCH] Update pyproject.toml authors and maintainers fields (#16423) --- pyproject.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1be881f..4e0b1cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,14 +32,12 @@ requires-python = ">=3.8" license = { "text" = "AGPL-3.0" } keywords = ["machine-learning", "deep-learning", "computer-vision", "ML", "DL", "AI", "YOLO", "YOLOv3", "YOLOv5", "YOLOv8", "YOLOv9", "YOLOv10", "HUB", "Ultralytics"] authors = [ - { name = "Glenn Jocher" }, - { name = "Ayush Chaurasia" }, - { name = "Jing Qiu" } + { name = "Glenn Jocher", email = "glenn.jocher@ultralytics.com"}, + { name = "Jing Qiu", email = "jing.qiu@ultralytics.com"}, + { name = "Ayush Chaurasia" } ] maintainers = [ - { name = "Glenn Jocher" }, - { name = "Ayush Chaurasia" }, - { name = "Jing Qiu" } + { name = "Ultralytics", email = "hello@ultralytics.com" } ] classifiers = [ "Development Status :: 4 - Beta",