Skip to content

Commit

Permalink
Remove setuptools host dep, add CLI entrypoint (#9600)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Oct 26, 2022
1 parent 6e7c49f commit 3ed78ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion continuous_integration/recipe/meta.yaml
Expand Up @@ -15,12 +15,13 @@ build:
noarch: python
string: py_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
script: {{ PYTHON }} -m pip install . -vv
entry_points:
- dask = dask.__main__:main

requirements:
host:
- python >=3.8
- pip
- setuptools

run:
- python >=3.8
Expand All @@ -36,8 +37,12 @@ test:
- dask
commands:
- pip check
- dask docs --help
- dask info --help
- dask info versions --help
requires:
- pip
- click

about:
home: https://github.com/dask/dask/
Expand Down

0 comments on commit 3ed78ec

Please sign in to comment.