Skip to content

Commit df4d44c

Browse files
author
Alexander
authored
Update pyproject.toml (#845)
Fix invalid email
1 parent 3e3fec6 commit df4d44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Python datetimes made easy"
55
readme = "README.rst"
66
requires-python = ">=3.8"
77
license = { text = "MIT License" }
8-
authors = [{ name = "Sébastien Eustace", email = "[email protected]>" }]
8+
authors = [{ name = "Sébastien Eustace", email = "[email protected]" }]
99
keywords = ['datetime', 'date', 'time']
1010

1111
classifiers = [

0 commit comments

Comments
 (0)