From 61306143bdac81dbdc32445a8e1f6bdae182fc2a Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 6 Sep 2015 19:57:53 +0200 Subject: [PATCH] adds brokers to manifest --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7a75164..b3169f4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include LICENSE include README.rst include django_q/management/*.py include django_q/management/commands/*.py -include django_q/migrations/*.py \ No newline at end of file +include django_q/migrations/*.py +include django_q/brokers/*.py \ No newline at end of file