From 868f37c4ec5e2023d89a2154a017484bf73d2f59 Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 21 Dec 2020 23:10:56 +0100 Subject: [PATCH] Rename deployer entrypoint --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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