From e5d866fb2637783f5718a760f136059c50a1d9c2 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 24 Oct 2019 13:10:06 -0300 Subject: [PATCH] [#202] Added missing notifications.base in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bd20bb6..142b7f9 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ setup( ], packages=[ 'notifications', + 'notifications.base', 'notifications.templatetags', 'notifications.migrations', ],