mirror of
https://github.com/django/daphne.git
synced 2025-04-21 09:12:03 +03:00
Merge pull request #109 from michael-borisov/patch-1
Update package url
This commit is contained in:
commit
dd396e7960
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