##// END OF EJS Templates
Fixed setup base so it requires the correct files
Jonathan Frederic -
Show More
@@ -166,7 +166,7 b' def find_package_data():'
166 static_data.append(pjoin(parent, f))
166 static_data.append(pjoin(parent, f))
167
167
168 os.chdir(os.path.join('tests',))
168 os.chdir(os.path.join('tests',))
169 js_tests = glob('casperjs/*.*') + glob('casperjs/*/*.js')
169 js_tests = glob('*.js') + glob('*/*.js')
170
170
171 os.chdir(os.path.join(cwd, 'IPython', 'nbconvert'))
171 os.chdir(os.path.join(cwd, 'IPython', 'nbconvert'))
172 nbconvert_templates = [os.path.join(dirpath, '*.*')
172 nbconvert_templates = [os.path.join(dirpath, '*.*')
General Comments 0
You need to be logged in to leave comments. Login now