From c80cdbfb5707ce23d4c3497f6cb9a271e6f509cc Mon Sep 17 00:00:00 2001 From: Sergey Lavrinenko Date: Fri, 13 Mar 2015 18:31:06 +0300 Subject: [PATCH] fix setup.py: emails.django added to packages --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8967e33..b2ec23c 100644 --- a/setup.py +++ b/setup.py @@ -115,6 +115,7 @@ settings.update( url='https://github.com/lavr/python-emails', packages=['emails', 'emails.compat', + 'emails.django', 'emails.loader', 'emails.store', 'emails.backend',