Skip to content
Snippets Groups Projects
Commit e28d58ee authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed [click] entry-point

parent 0f295cbb
Branches fix-dask-wrap
No related tags found
1 merge request!29Fixed mario.wrap([dask]). It was not possible to set the npartitions kwarg
Pipeline #39599 passed with stage
in 3 minutes and 41 seconds
......@@ -31,7 +31,7 @@ setup(
zip_safe=False,
install_requires=install_requires,
entry_points={
"bob.cli": ["pipelines = bob.pipelines.script.pipelines:pipelines",],
"bob.cli": ["pipelines = bob.pipelines.scripts.pipelines:pipelines",],
},
# check classifiers, add and remove as you see fit
# full list here: https://pypi.org/classifiers/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment