From d4789111608bb097f562a23d3afd7b931e3133e7 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 29 Sep 2015 18:33:18 +0200 Subject: [PATCH] v0.7.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e41d53..c89f33b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( version='0.7.6', author='Ilan Steemers', author_email='koed0@gmail.com', - keywords='django distributed task queue worker redis disque ironmq sqs orm multiprocessing', + keywords='django distributed task queue worker redis disque ironmq sqs orm mongodb multiprocessing', packages=['django_q'], include_package_data=True, url='https://django-q.readthedocs.org',