From 661529efb2dcbc693eec7d2bffbc92ee1c0a7d93 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Thu, 2 Sep 2021 16:00:43 +0200 Subject: [PATCH] [setup] fix gui_script entry point --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b0c62ef..bb67083 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,6 @@ setup( classifiers=CLASSIFIERS, license="BSD", entry_points={ - "gui_scripts": ["nixview = nixview:main []"], - "console_scripts": ["nixview = nixview:main []"] + "gui_scripts": ["nixview = nixview.nixview:main []"], } ) \ No newline at end of file