rename CLI name: ate-locust => locusts

This commit is contained in:
httprunner
2017-08-26 23:07:35 +08:00
parent ea4e9c04eb
commit f43fcfe6c2
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'
]
}
)