From 3e934bdea49904fc222d66dbd1fbf31f6adcbe44 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Mon, 8 Jul 2024 17:28:13 +0200 Subject: [PATCH] add entry point for rm_accounts in pyproject.toml --- chatmaild/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/chatmaild/pyproject.toml b/chatmaild/pyproject.toml index 861ee26e..3057e20f 100644 --- a/chatmaild/pyproject.toml +++ b/chatmaild/pyproject.toml @@ -26,6 +26,7 @@ chatmail-metadata = "chatmaild.metadata:main" filtermail = "chatmaild.filtermail:main" echobot = "chatmaild.echo:main" chatmail-metrics = "chatmaild.metrics:main" +rm_accounts = "chatmaild.rm_accounts:main" [project.entry-points.pytest11] "chatmaild.testplugin" = "chatmaild.tests.plugin"