Skip to content

Commit 46b96ff

Browse files
committed
fix jupyter-config file dist
1 parent 22e6803 commit 46b96ff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
recursive-include idom_jupyter/nbextension *.*
22
recursive-include idom_jupyter/labextension *.*
3-
include idom-client-jupyter.json
3+
include jupyter-config/**/*.json

jupyter-config/notebook.d/idom-client-jupyter.json renamed to jupyter-config/nbconfig/notebook.d/idom-client-jupyter.json

File renamed without changes.

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
"idom_jupyter/labextension",
4646
"**/*.*",
4747
),
48-
("etc/jupyter/nbconfig/notebook.d", ".", "idom-client-jupyter.json"),
48+
(
49+
"etc/jupyter/nbconfig",
50+
"jupyter-config",
51+
"**/*.json",
52+
),
4953
]
5054

5155
cmdclass = create_cmdclass("jsdeps", data_files_spec=data_files_spec)

0 commit comments

Comments
 (0)