Skip to content

Commit

Permalink
add myself (josh) to list of authors in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavham committed Jan 21, 2025
1 parent 6add2ac commit 9eef30c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ name = "fsrs"
version = "5.0.0rc1"
description = "Free Spaced Repetition Scheduler"
readme = "README.md"
authors = [{ name = "Jarrett Ye", email = "[email protected]" }]
authors = [
{ name = "Jarrett Ye", email = "[email protected]" },
{ name = "Joshua Hamilton", email = "[email protected]" }
]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 9eef30c

Please sign in to comment.