From bb28fff062a132c6507cf4a9a3fd840c38391c00 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Thu, 28 Jul 2022 11:43:32 -0700 Subject: [PATCH] point to the correct entry point.. --- ui/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/setup.py b/ui/setup.py index 5314e06..a4f2219 100644 --- a/ui/setup.py +++ b/ui/setup.py @@ -36,7 +36,7 @@ setup( }, entry_points={ 'console_scripts': [ - 'medashare = medashare.__main__:main', + 'medashare = medashare.cli:main', ] } )