Merge pull request #1695 from takluyver/bundler-test-pkg-data

Include bundler test files in package_data
This commit is contained in:
Thomas Kluyver 2016-08-22 07:52:54 +01:00 committed by GitHub
commit 513b4c0a57

View File

@ -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