Skip to content

Commit 37ca37d

Browse files
authored
Add local-provisioner entry point to pyproject.toml Fixes #800 (#801)
1 parent fc2d3bb commit 37ca37d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jupyter-kernelspec = "jupyter_client.kernelspecapp:KernelSpecApp.launch_instance
7373
jupyter-run = "jupyter_client.runapp:RunApp.launch_instance"
7474
jupyter-kernel = "jupyter_client.kernelapp:main"
7575

76+
[project.entry-points."jupyter_client.kernel_provisioners"]
77+
local-provisioner = "jupyter_client.provisioning:LocalProvisioner"
78+
7679
[tool.black]
7780
line-length = 100
7881
skip-string-normalization = true

0 commit comments

Comments
 (0)