diff --git a/setupbase.py b/setupbase.py index 5b661a17b..5c837acb1 100755 --- a/setupbase.py +++ b/setupbase.py @@ -198,6 +198,7 @@ def find_package_data(): package_data = { 'notebook' : ['templates/*'] + static_data, 'notebook.tests' : js_tests, + 'notebook.bundler.tests': ['resources/*', 'resources/*/*', 'resources/*/*/.*'], } return package_data