mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #1695 from takluyver/bundler-test-pkg-data
Include bundler test files in package_data
This commit is contained in:
commit
513b4c0a57
@ -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