From 3587f6e4865f58e46d89575a0f39915e322a8b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Tue, 7 Oct 2025 12:04:20 -0700 Subject: [PATCH] pyproject: add Misty --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1a95ee1..deffd66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ maintainers = [ { name="Adam Miller", email="adam@archive.org" }, { name="Barbara Miller", email="barbara@archive.org" }, { name="Alex Dempsey", email="avdempsey@archive.org" }, + { name="Misty De Méo", email="misty@archive.org" }, ] description = "Distributed web crawling with browsers" readme = "README.rst"