From 9baae5d9780d51928fda77c5157bb28faed7ed09 Mon Sep 17 00:00:00 2001 From: Michael Borisov Date: Thu, 31 Mar 2016 15:40:18 +0200 Subject: [PATCH] Update package url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a3ad07..831cb1c 100644 --- a/setup.py +++ b/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.",