Skip to content
Snippets Groups Projects
Commit 43efc433 authored by Stefan Reck's avatar Stefan Reck
Browse files

adjust setup.py

parent 8809183e
No related branches found
No related tags found
1 merge request!15Fix shuffle2
......@@ -29,7 +29,7 @@ setup(
entry_points={'console_scripts': [
'concatenate=orcasong.tools.concatenate:main',
'h5shuffle=orcasong.tools.postproc:h5shuffle',
'h5shuffle2=orcasong.tools.shuffle2:h5shuffle2',
'h5shuffle2=orcasong.tools.shuffle2:run_parser',
'plot_binstats=orcasong.plotting.plot_binstats:main',
'make_nn_images=legacy.make_nn_images:main',
'make_dsplit=orcasong_contrib.data_tools.make_data_split.make_data_split:main']}
......
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