mirror of
https://github.com/django/daphne.git
synced 2025-06-30 18:03:08 +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(
|
setup(
|
||||||
name='channels',
|
name='channels',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
url='http://github.com/andrewgodwin/django-channels',
|
url='http://github.com/andrewgodwin/channels',
|
||||||
author='Andrew Godwin',
|
author='Andrew Godwin',
|
||||||
author_email='andrew@aeracode.org',
|
author_email='andrew@aeracode.org',
|
||||||
description="Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.",
|
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