rename stacktask cmd to stacktask-api
* Done so that the client tool and the server can both be installed to the same environment. Change-Id: Ic188c87600730b51b3dbf97b244b979d205e7eb9
This commit is contained in:
parent
1850bec8eb
commit
ff89e2e960
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ setup(
|
||||
install_requires=required,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'stacktask = stacktask:management_command',
|
||||
'stacktask-api = stacktask:management_command',
|
||||
],
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user