From e70ddfd6cdd4f80e296be652d7adda0a662b96d0 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 17 Jun 2015 19:43:47 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ff616a2..302ac0d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( author='Ilan Steemers', author_email='koed00@gmail.com', packages=['django_q'], - url='https://github.com/koed00/django-whoshere', + url='https://github.com/koed00/django-q', license='MIT', description='A multiprocessing task queue for Django', long_description=README, @@ -34,4 +34,4 @@ setup( 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules', ] -) \ No newline at end of file +)