mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Fixed setup base so it requires the correct files
This commit is contained in:
parent
23f2bdf734
commit
67a7cd1b33
@ -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, '*.*')
|
||||
|
Loading…
Reference in New Issue
Block a user