Rename executable 'notepost' to 'notepostcli' to avoid collision with GUI app

This commit is contained in:
Skylar Ittner 2019-01-09 02:14:17 -07:00
parent 50b8cc816f
commit 3b149e272f

View File

@ -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",