run removal of inactive users daily

This commit is contained in:
holger krekel
2024-07-09 11:31:05 +02:00
parent 823386d824
commit 66c7115cfc
7 changed files with 10 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ chatmail-metadata = "chatmaild.metadata:main"
filtermail = "chatmaild.filtermail:main"
echobot = "chatmaild.echo:main"
chatmail-metrics = "chatmaild.metrics:main"
delete_inactive_users = "chatmaild.delete_inactive_users:main"
[project.entry-points.pytest11]
"chatmaild.testplugin" = "chatmaild.tests.plugin"