From 1dcf9c325d53e5fc231ecb6453c9ceee67827f1c Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sun, 5 Oct 2014 21:14:06 -0700 Subject: [PATCH] Add term.js to package data for installation. --- setupbase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setupbase.py b/setupbase.py index 7a9da5e18..fd745d033 100644 --- a/setupbase.py +++ b/setupbase.py @@ -162,6 +162,7 @@ def find_package_data(): pjoin(components, "underscore", "underscore-min.js"), pjoin(components, "moment", "moment.js"), pjoin(components, "moment", "min", "moment.min.js"), + pjoin(components, "term.js", "src", "term.js"), pjoin(components, "text-encoding", "lib", "encoding.js"), ])