Update setup.py

This commit is contained in:
Ilan Steemers
2015-06-17 19:43:47 +02:00
parent 2e81ba2858
commit e70ddfd6cd

View File

@@ -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',
]
)
)