rename CLI name: ate-locust => locusts

This commit is contained in:
debugtalk
2017-08-26 23:07:35 +08:00
parent 0801c11918
commit b2423a024b
2 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ setup(
entry_points={
'console_scripts': [
'ate=ate.cli:main_ate',
'ate-locust=ate.cli:main_locust'
'locusts=ate.cli:main_locust'
]
}
)