From 3b149e272ffc2f6c931f7a3d898b6272b71f0807 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 9 Jan 2019 02:14:17 -0700 Subject: [PATCH] Rename executable 'notepost' to 'notepostcli' to avoid collision with GUI app --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 441d339..3d82c29 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( "validators==0.12.3" ], entry_points = { - 'console_scripts' : ['notepost = notepostcli.notepost:main'] + 'console_scripts' : ['notepostcli = notepostcli.notepost:main'] }, author="Netsyms Technologies", author_email="opensource@netsyms.com",