mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
Changed url to rtd
added keywords to setup
This commit is contained in:
3
setup.py
3
setup.py
@@ -29,9 +29,10 @@ setup(
|
||||
version='0.2.2',
|
||||
author='Ilan Steemers',
|
||||
author_email='koed00@gmail.com',
|
||||
keywords='django task queue worker redis multiprocessing',
|
||||
packages=['django_q'],
|
||||
include_package_data=True,
|
||||
url='https://github.com/koed00/django-q',
|
||||
url='https://django-q.readthedocs.org',
|
||||
license='MIT',
|
||||
description='A multiprocessing task queue for Django',
|
||||
long_description=README,
|
||||
|
||||
Reference in New Issue
Block a user