From 71374947404853f29161a6704176e3d760400b76 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:12:38 +0100 Subject: [PATCH] Remove the novelwriter-cli entry point (#1732) --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c43566ec..103e9bfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,8 +41,6 @@ install_requires = include = novelwriter* [options.entry_points] -console_script = - novelwriter-cli = novelwriter:main gui_scripts = novelwriter = novelwriter:main