From 83f36392e5086e5d40e4574b480ddaf6c10b6a64 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 12 Nov 2014 17:41:19 +0100 Subject: fix typo in almalgamation url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 377527b..6db3492 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def get_amalgamation(): os.mkdir(AMALGAMATION_ROOT) print "Downloading amalgation." - amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher" + amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher/" "amalgamation-sqlcipher-2.1.0.zip") # and download it -- cgit v1.2.3