mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Include bundler test files in package_data
This was causing a test failure on Jenkins. It only shows up if you install the package (not a dev install) and test against the installed version.
This commit is contained in:
parent
b9292d3139
commit
bf66ed4b4b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user