From e35babccd876276e8753432753835faec640a4ef Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Mon, 6 Jan 2014 12:40:35 +0200 Subject: [PATCH] Fixing website address --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e07f5c1..ac40555 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ long_description=long_description, author='Christopher Clarke', author_email='cclarke@chrisdev.com', - url='https://github.com/chrisdev/django-pands/', + url='https://github.com/chrisdev/django-pandas/', packages=find_packages(), install_requires=[ 'Django>=1.4.5',