Skip to content

Commit

Permalink
Use author website in pyproject.toml (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Sep 22, 2024
1 parent 267ca0f commit ab0e93a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ab0e93a

Please sign in to comment.