From e1dfd0ab3983a22b525e7c721e0cbeb8d7bde88f Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Tue, 28 Mar 2023 14:25:06 +0200 Subject: [PATCH] meta [entry-points]: Revert dask.client group name Switch back to `dask.client` instead of `bob.pipelines.dask.client` for the dask Client entry-points group name. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e68075..07adc9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ [tool.setuptools.dynamic] readme = {file = "README.rst"} -[project.entry-points."bob.pipelines.dask.client"] +[project.entry-points."dask.client"] local-parallel = "bob.pipelines.config.distributed.local_parallel:dask_client" local-p4 = "bob.pipelines.config.distributed.local_p4:dask_client" local-p8 = "bob.pipelines.config.distributed.local_p8:dask_client" -- GitLab