From df8d1345f8077ef33399a2a798d087e8ec2e482b Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Mon, 4 Jun 2018 14:45:30 +0200 Subject: [PATCH] Replaced the entry points names --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e7914ad..089e817 100644 --- a/setup.py +++ b/setup.py @@ -50,11 +50,11 @@ setup( ], 'console_scripts': [ - 'compare_rois.py = bob.bio.vein.script.compare_rois:main', - 'view_sample.py = bob.bio.vein.script.view_sample:main', - 'blame.py = bob.bio.vein.script.blame:main', - 'markdet.py = bob.bio.vein.script.markdet:main', - 'watershed_mask.py = bob.bio.vein.script.watershed_mask:main', + 'bob_vein_compare_rois.py = bob.bio.vein.script.compare_rois:main', + 'bob_vein_view_sample.py = bob.bio.vein.script.view_sample:main', + 'bob_vein_blame.py = bob.bio.vein.script.blame:main', + 'bob_vein_markdet.py = bob.bio.vein.script.markdet:main', + 'bob_vein_watershed_mask.py = bob.bio.vein.script.watershed_mask:main', ] }, -- GitLab