From dab784fddf2178cf4b91a947715d0c5c7f121d65 Mon Sep 17 00:00:00 2001 From: Alex Rothberg Date: Sat, 10 Feb 2018 14:52:10 -0500 Subject: [PATCH] fix --- setupbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index d2f32b5d6..431e095e4 100644 --- a/setupbase.py +++ b/setupbase.py @@ -159,7 +159,7 @@ def find_package_data(): pjoin(components, "moment", "min", "*.js"), pjoin(components, "xterm.js", "index.js"), pjoin(components, "xterm.js-css", "index.css"), - pjoin(components, "xterm.js-fit", "fit.js"), + pjoin(components, "xterm.js-fit", "index.js"), pjoin(components, "text-encoding", "lib", "encoding.js"), ])