From 38d45d943a62f0e2cf3e7e3d72d4c53792abbff0 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 7 Oct 2021 10:08:48 +0200 Subject: [PATCH] Correct runnable name for contract registry --- python/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index a3a0a90..b13c5e5 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = okota -version = 0.2.4a4 +version = 0.2.4a5 description = Registries for CIC using the eth-address-index backend author = Louis Holbrook author_email = dev@holbrook.no @@ -55,4 +55,4 @@ testing = console_scripts = okota-accounts-index-deploy = okota.accounts_index.runnable.deploy:main okota-token-index-deploy = okota.token_index.runnable.deploy:main - okota-contract-registry-deploy = okota.token_index.runnable.deploy:main + okota-contract-registry-deploy = okota.contract_registry.runnable.deploy:main