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

master
Skylar Ittner 5 years ago
parent 50b8cc816f
commit 3b149e272f

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

Loading…
Cancel
Save