mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Fix glob pattern for nbconvert template files
This commit is contained in:
parent
22f7bd4597
commit
5a8d9182c4
@ -148,7 +148,7 @@ def find_package_data():
|
||||
js_tests = glob('casperjs/*.*') + glob('casperjs/*/*')
|
||||
|
||||
os.chdir(os.path.join(cwd, 'IPython', 'nbconvert'))
|
||||
nbconvert_templates = [os.path.join(dirpath, '*')
|
||||
nbconvert_templates = [os.path.join(dirpath, '*.*')
|
||||
for dirpath, _, _ in os.walk('templates')]
|
||||
|
||||
os.chdir(cwd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user