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 +)