From 041db265c4f083e3eb5c43b2baf926dfc696fd85 Mon Sep 17 00:00:00 2001 From: Freddy Heppell Date: Mon, 20 Jan 2025 14:08:02 +0000 Subject: [PATCH] fix author email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4061595..3233264 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ultimate-sitemap-parser" version = "1.1.0" description = "A performant library for parsing and crawling sitemaps" authors = [ - { name = "Linas Valiukas", email = "linas@media.mit.edu>"}, + { name = "Linas Valiukas", email = "linas@media.mit.edu"}, { name = "Hal Roberts", email = "hroberts@cyber.law.harvard.edu"}, { name = "Freddy Heppell", email = "f.heppell@sheffield.ac.uk"}, ]