diff --git a/python/setup.cfg b/python/setup.cfg index 8927cb4..7838865 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -44,4 +44,4 @@ testing = [options.entry_points] console_scripts = - eth-token-endorser = eth_token_endorser.runnable.deploy:main + eth-token-endorser-deploy = eth_token_endorser.runnable.deploy:main