Skip to content

Commit 8449a7c

Browse files
committed
JupyterLab 3
Signed-off-by: martinRenou <[email protected]>
1 parent 9143848 commit 8449a7c

File tree

13 files changed

+4488
-8270
lines changed

13 files changed

+4488
-8270
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include .coverage.rc
77

88
include package.json
99
include webpack.config.js
10-
include sidecar/labextension/*.tgz
10+
graft sidecar/labextension
1111

1212
# Documentation
1313
graft docs

install.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"packageManager": "python",
3+
"packageName": "sidecar",
4+
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package sidecar"
5+
}

0 commit comments

Comments
 (0)