Skip to content

Commit

Permalink
Add local-provisioner entry point to pyproject.toml Fixes #800 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
utkonos authored Jun 7, 2022
1 parent fc2d3bb commit 37ca37d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jupyter-kernelspec = "jupyter_client.kernelspecapp:KernelSpecApp.launch_instance
jupyter-run = "jupyter_client.runapp:RunApp.launch_instance"
jupyter-kernel = "jupyter_client.kernelapp:main"

[project.entry-points."jupyter_client.kernel_provisioners"]
local-provisioner = "jupyter_client.provisioning:LocalProvisioner"

[tool.black]
line-length = 100
skip-string-normalization = true
Expand Down

0 comments on commit 37ca37d

Please sign in to comment.