diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index 91e0445f..fabbbf49 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -21,6 +21,7 @@ build: script: - {{ PYTHON }} -m pip install . -vv entry_points: + {% set data = load_file_data("pyproject.toml") %} {% for entrypoint, callable in data["project"]["scripts"].items() %} - {{ entrypoint ~ ' = ' ~ callable }} {% endfor %}