Rename executable 'notepost' to 'notepostcli' to avoid collision with GUI app
This commit is contained in:
parent
50b8cc816f
commit
3b149e272f
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setup(
|
|||||||
"validators==0.12.3"
|
"validators==0.12.3"
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts' : ['notepost = notepostcli.notepost:main']
|
'console_scripts' : ['notepostcli = notepostcli.notepost:main']
|
||||||
},
|
},
|
||||||
author="Netsyms Technologies",
|
author="Netsyms Technologies",
|
||||||
author_email="opensource@netsyms.com",
|
author_email="opensource@netsyms.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user