Closes gh-2082 (hopefully)
@ -199,6 +199,7 @@ def find_package_data():
'notebook' : ['templates/*'] + static_data,
'notebook.tests' : js_tests,
'notebook.bundler.tests': ['resources/*', 'resources/*/*', 'resources/*/*/.*'],
'notebook.services.api': ['api.yaml'],
}
return package_data