From 4d44a7c3e905ca9fc8ec3750a2a7e01d46a74085 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 13 Sep 2024 11:20:01 +0200 Subject: [PATCH] Update pyproject.toml Fix invalid email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa6a1b4..d6e1de5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [