From 302c8c0ea3d2baa842d96e1fd0ea1ed7706284de Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Tue, 3 Sep 2024 14:32:57 +0100 Subject: [PATCH] link to __main__ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1eca54a7..69eb959e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ entry_points={ 'console_scripts': [ 'atlas=atlasview.atlasview:main', - 'align=atlaselectrophysiology.ephys_atlas_gui:main', + 'align=atlaselectrophysiology.ephys_atlas_gui:__main__', ] }, )