Correct runnable name for contract registry

This commit is contained in:
nolash 2021-10-07 10:08:48 +02:00
parent 4bb9c6a515
commit 38d45d943a
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 2 additions and 2 deletions

View File

@ -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