From b161b4c101eea5c919b01fa581fdb058b9a21a77 Mon Sep 17 00:00:00 2001 From: Wes Kendall Date: Sat, 8 Mar 2014 14:17:08 -0500 Subject: [PATCH] Update setup.py Changed the dependency links to the proper formats for correct installations --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 020a435..3f0d42a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'Framework :: Django', ], dependency_links=[ - 'git+https://github.com/wesokes/django-query-builder.git@0.5.2', + 'http://github.com/wesokes/django-query-builder/tarball/master#egg=django-query-builder-0.5.2', ], install_requires=[ 'django>=1.6',