From 820accf553e41fd85ca837d7dd301a28cc65016c Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 12 Mar 2021 18:47:35 +0100 Subject: [PATCH] Add tasks module to python package build --- apps/cic-cache/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cic-cache/setup.cfg b/apps/cic-cache/setup.cfg index 33ffc8da..07ceec1e 100644 --- a/apps/cic-cache/setup.cfg +++ b/apps/cic-cache/setup.cfg @@ -25,6 +25,7 @@ licence_files = python_requires = >= 3.6 packages = cic_cache + cic_cache.tasks cic_cache.db cic_cache.db.models cic_cache.runnable