From da5585b53c5437706034cacd60f1919abcd18666 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 17 Mar 2025 10:15:45 +0100 Subject: [PATCH] Include conditions module --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 47d95225..eaf04a6f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ recursive-include changedetectionio/api * recursive-include changedetectionio/apprise_plugin * recursive-include changedetectionio/blueprint * recursive-include changedetectionio/content_fetchers * +recursive-include changedetectionio/conditions * recursive-include changedetectionio/model * recursive-include changedetectionio/processors * recursive-include changedetectionio/static *