Skip to content

Commit

Permalink
Reinstate entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 30, 2024
1 parent 0d0768b commit 80bb8f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,13 @@ minversion = "6.0"
addopts = "-v --keep-cluster --durations=10"
timeout = 60
timeout_func_only = true

[project.entry-points.dask_cluster_discovery]
helmcluster = "dask_kubernetes.helm:discover"
kubecluster = "dask_kubernetes.operator:discover"

[project.entry-points.dask_operator_plugin]
noop = "dask_kubernetes.operator.controller.plugins.noop"

[project.entry-points.dask_cli]
kubernetes = "dask_kubernetes.cli:main"

0 comments on commit 80bb8f9

Please sign in to comment.