From ab0e93ad1aaa1ea7b4eea7c61d33aba4b77d1444 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 22 Sep 2024 17:30:31 +0200 Subject: [PATCH] Use author website in pyproject.toml (#98) --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 319346a..5dcf97c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,17 +24,17 @@ 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" -license = { file = "LICENSE" } +license = { "text" = "AGPL-3.0" } keywords = ["Ultralytics", "Docs", "MkDocs", "Plugin"] # Optional authors = [ - { name = "Glenn Jocher", email = "glenn.jocher@ultralytics.com" } # Optional + { name = "Glenn Jocher", website = "https://github.com/glenn-jocher" } ] maintainers = [ - { name = "Glenn Jocher", email = "glenn.jocher@ultralytics.com" } # Optional + { name = "Ultralytics", website = "https://www.ultralytics.com/" } ] classifiers = [ "Development Status :: 4 - Beta",