Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Fix invalid email
  • Loading branch information
abij committed Sep 13, 2024
1 parent 3e3fec6 commit 4d44a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Python datetimes made easy"
readme = "README.rst"
requires-python = ">=3.8"
license = { text = "MIT License" }
authors = [{ name = "Sébastien Eustace", email = "sebastien@eustace.io>" }]
authors = [{ name = "Sébastien Eustace", email = "sebastien@eustace.io" }]
keywords = ['datetime', 'date', 'time']

classifiers = [
Expand Down

0 comments on commit 4d44a7c

Please sign in to comment.