diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index e3ba74f1..91e0445f 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -21,8 +21,8 @@ build: script: - {{ PYTHON }} -m pip install . -vv entry_points: - {% for e in data["project"]["scripts"].items() %} - - {{ e|join(" = ") }} + {% for entrypoint, callable in data["project"]["scripts"].items() %} + - {{ entrypoint ~ ' = ' ~ callable }} {% endfor %} requirements: