Fix manage to manager

Otherwise, relevant commands are missing in the container

Change-Id: I65e8f8de096a73a10053246d017d24806db8f160
This commit is contained in:
jinyuanliu 2022-01-13 03:59:43 -05:00
parent 96903af56d
commit b9fad2b2f3
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ packages =
[entry_points]
console_scripts =
venus-manage = venus.cmd.manage:main
venus-manager = venus.cmd.manage:main
venus-api = venus.cmd.api:main