##// END OF EJS Templates
Add term.js to package data for installation.
Kyle Kelley -
Show More
@@ -162,6 +162,7 b' def find_package_data():'
162 162 pjoin(components, "underscore", "underscore-min.js"),
163 163 pjoin(components, "moment", "moment.js"),
164 164 pjoin(components, "moment", "min", "moment.min.js"),
165 pjoin(components, "term.js", "src", "term.js"),
165 166 pjoin(components, "text-encoding", "lib", "encoding.js"),
166 167 ])
167 168
General Comments 0
You need to be logged in to leave comments. Login now