From 2d43dcdc7fa3af2ebba6993b2b0df96076e4c5ee Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Sat, 19 Apr 2014 14:59:05 +0200 Subject: [PATCH] mark v3.withref.json as part of package --- setupbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index 9120369b9..dc9eecf77 100644 --- a/setupbase.py +++ b/setupbase.py @@ -193,7 +193,7 @@ def find_package_data(): 'IPython.nbconvert' : nbconvert_templates + ['tests/files/*.*', 'exporters/tests/files/*.*'], 'IPython.nbconvert.filters' : ['marked.js'], - 'IPython.nbformat' : ['tests/*.ipynb'] + 'IPython.nbformat' : ['tests/*.ipynb','v3/v3.withref.json'] } return package_data