mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Update package url
This commit is contained in:
parent
e710ac02df
commit
9baae5d978
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from channels import __version__
|
|||
setup(
|
||||
name='channels',
|
||||
version=__version__,
|
||||
url='http://github.com/andrewgodwin/django-channels',
|
||||
url='http://github.com/andrewgodwin/channels',
|
||||
author='Andrew Godwin',
|
||||
author_email='andrew@aeracode.org',
|
||||
description="Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user