Browse Source

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

master
Skylar Ittner 4 years ago
parent
commit
3b149e272f
  1. 2
      setup.py

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

Loading…
Cancel
Save