Skip to content

Commit

Permalink
Removed placeholder emails from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sammytheindi committed Sep 17, 2024
1 parent 6ddec44 commit 1c9bdb5
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 @@ -11,10 +11,10 @@ requires-python = ">=3.11"
license = {text = "MIT License"}
authors = [
{ name = "Paul McInnis", email = "paulmcinnis99@gmail.com" },
{ name = "Bradley Kohler", email = "bradley.kohler@example.com" },
{ name = "Jose Alarcon", email = "jose.alarcon@example.com" },
{ name = "Erich Mengore", email = "erich.mengore@example.com" },
{ name = "Mark van der Broek", email = "mark.vanderbroek@example.com" },
{ name = "Bradley Kohler" },
{ name = "Jose Alarcon" },
{ name = "Erich Mengore" },
{ name = "Mark van der Broek" },
]
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 1c9bdb5

Please sign in to comment.