From 03c2812baee8596f0d186ec161fd028557b74c72 2014-06-10 20:00:47
From: Thomas Kluyver <takowl@gmail.com>
Date: 2014-06-10 20:00:47
Subject: [PATCH] Fix bootstrap location in package_data

---

diff --git a/setupbase.py b/setupbase.py
index ee9cb32..05548d1 100644
--- a/setupbase.py
+++ b/setupbase.py
@@ -146,7 +146,7 @@ def find_package_data():
     # (there are lots of resources we bundle for sdist-reasons that we don't actually use)
     static_data.extend([
         pjoin(components, "backbone", "backbone-min.js"),
-        pjoin(components, "bootstrap", "bootstrap", "js", "bootstrap.min.js"),
+        pjoin(components, "bootstrap", "js", "bootstrap.min.js"),
         pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
         pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
         pjoin(components, "font-awesome", "font", "*.*"),