Fixed setup base so it requires the correct files

This commit is contained in:
Jonathan Frederic 2014-02-07 21:15:22 -08:00
parent 23f2bdf734
commit 67a7cd1b33

View File

@ -166,7 +166,7 @@ def find_package_data():
static_data.append(pjoin(parent, f))
os.chdir(os.path.join('tests',))
js_tests = glob('casperjs/*.*') + glob('casperjs/*/*.js')
js_tests = glob('*.js') + glob('*/*.js')
os.chdir(os.path.join(cwd, 'IPython', 'nbconvert'))
nbconvert_templates = [os.path.join(dirpath, '*.*')