Skip to content

Commit b72af74

Browse files
authored
Merge pull request #23 from dleen/fix/22
Add config file
2 parents 189915e + 61a3a52 commit b72af74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ dependencies = [
3131
"jupyter_server>=1.8,<3"
3232
]
3333

34+
[tool.hatch.build.targets.wheel.shared-data]
35+
"jupyter_server_config.d/notebook_shim.json" = "etc/jupyter/jupyter_server_config.d/notebook_shim.json"
36+
3437
[project.optional-dependencies]
3538
test = [
3639
"pytest",

0 commit comments

Comments
 (0)