From c07f02b82f029162a14c47131f02f18bc8a9c8e5 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Sep 2024 17:26:05 +0200 Subject: [PATCH 1/5] Use author website in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 319346a..5737cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ requires-python = ">=3.8" license = { file = "LICENSE" } keywords = ["Ultralytics", "Docs", "MkDocs", "Plugin"] # Optional authors = [ - { name = "Glenn Jocher", email = "glenn.jocher@ultralytics.com" } # Optional + { name = "Glenn Jocher", website = "https://www.ultralytics.com/" } ] maintainers = [ - { name = "Glenn Jocher", email = "glenn.jocher@ultralytics.com" } # Optional + { name = "Glenn Jocher", website = "https://www.ultralytics.com/" } ] classifiers = [ "Development Status :: 4 - Beta", From b1d0782fe775826a5cbf669cd9c3c9a10df59c29 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Sep 2024 17:27:10 +0200 Subject: [PATCH 2/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5737cf9..8caecaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta" [project] name = "mkdocs-ultralytics-plugin" -version = "0.1.8" +version = "0.1.9" description = "An MkDocs plugin that provides Ultralytics Docs customizations at https://docs.ultralytics.com." readme = "README.md" requires-python = ">=3.8" From 0484369e1a30067ba7cca28e2dce28d0b73bc0c7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Sep 2024 17:28:25 +0200 Subject: [PATCH 3/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8caecaa..b23b33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ version = "0.1.9" description = "An MkDocs plugin that provides Ultralytics Docs customizations at https://docs.ultralytics.com." readme = "README.md" requires-python = ">=3.8" -license = { file = "LICENSE" } +license = { "text" = "AGPL-3.0" } keywords = ["Ultralytics", "Docs", "MkDocs", "Plugin"] # Optional authors = [ { name = "Glenn Jocher", website = "https://www.ultralytics.com/" } From 5c4a2f2f554c7d55a018502780ca7c8d3fee4361 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Sep 2024 17:28:53 +0200 Subject: [PATCH 4/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b23b33d..f22db77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ authors = [ { name = "Glenn Jocher", website = "https://www.ultralytics.com/" } ] maintainers = [ - { name = "Glenn Jocher", website = "https://www.ultralytics.com/" } + { name = "Ultralytics", website = "https://www.ultralytics.com/" } ] classifiers = [ "Development Status :: 4 - Beta", From 873c717a668fe03f9bc3f4c5add34952d4fa28f2 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Sep 2024 17:29:51 +0200 Subject: [PATCH 5/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f22db77..5dcf97c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ requires-python = ">=3.8" license = { "text" = "AGPL-3.0" } keywords = ["Ultralytics", "Docs", "MkDocs", "Plugin"] # Optional authors = [ - { name = "Glenn Jocher", website = "https://www.ultralytics.com/" } + { name = "Glenn Jocher", website = "https://github.com/glenn-jocher" } ] maintainers = [ { name = "Ultralytics", website = "https://www.ultralytics.com/" }