@@ -8,4 +8,8 @@ include README.md
include package.json
include setupbase.py
+include jupyterlab/package.json
+include jupyterlab/webpack.config.js
+include jupyterlab/index.template.js
+
prune jupyterlab/tests
@@ -64,7 +64,7 @@ def find_package_data():
Find package_data.
"""
return {
- 'jupyterlab': ['build/*', 'lab.html']
+ 'jupyterlab': ['build/*', 'lab.html', 'package.json', 'index.template.js', 'webpack.config.js']
}