From 5fa0288aa4babc229137b9989f392646cf864406 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Fri, 21 Aug 2026 18:44:40 +0200 Subject: [PATCH] Add link to GitHub repo to Project-URLs --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cf055e7..1aaea1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,9 @@ maintainers = [ ] dependencies = [] +[project.urls] +Source = "https://github.com/SpamScope/mail-parser" + [project.optional-dependencies] outlook = ["extract-msg>=0.54"]