Skip to content

Commit

Permalink
Update pyproject.toml emails (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Sep 22, 2024
1 parent ab0e93a commit 5c71417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ requires-python = ">=3.8"
license = { "text" = "AGPL-3.0" }
keywords = ["Ultralytics", "Docs", "MkDocs", "Plugin"] # Optional
authors = [
{ name = "Glenn Jocher", website = "https://github.com/glenn-jocher" }
{ name = "Glenn Jocher", email = "hello@ultralytics.com" }
]
maintainers = [
{ name = "Ultralytics", website = "https://www.ultralytics.com/" }
{ name = "Ultralytics", email = "hello@ultralytics.com" }
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 5c71417

Please sign in to comment.