mirror of
git://holbrook.no/eth-contract-registry
synced 2024-12-22 12:27:31 +01:00
Fix typo in entry point package specs
This commit is contained in:
parent
8b2fe72232
commit
17c2e97271
@ -38,7 +38,6 @@ argparser.add_argument('-w', action='store_true', help='Wait for the last transa
|
|||||||
argparser.add_argument('-ww', action='store_true', help='Wait for every transaction to be confirmed')
|
argparser.add_argument('-ww', action='store_true', help='Wait for every transaction to be confirmed')
|
||||||
argparser.add_argument('-i', '--chain-spec', dest='i', type=str, default='Ethereum:1', help='Chain specification string')
|
argparser.add_argument('-i', '--chain-spec', dest='i', type=str, default='Ethereum:1', help='Chain specification string')
|
||||||
argparser.add_argument('-y', '--key-file', dest='y', type=str, help='Ethereum keystore file to use for signing')
|
argparser.add_argument('-y', '--key-file', dest='y', type=str, help='Ethereum keystore file to use for signing')
|
||||||
argparser.add_argument('-a', '--contract-address', dest='a', type=str, help='Alias for -r')
|
|
||||||
argparser.add_argument('-r', '--registry', dest='r', type=str, help='Contract registry address')
|
argparser.add_argument('-r', '--registry', dest='r', type=str, help='Contract registry address')
|
||||||
argparser.add_argument('-v', action='store_true', help='Be verbose')
|
argparser.add_argument('-v', action='store_true', help='Be verbose')
|
||||||
argparser.add_argument('-vv', action='store_true', help='Be more verbose')
|
argparser.add_argument('-vv', action='store_true', help='Be more verbose')
|
||||||
|
BIN
python/gmon.out
BIN
python/gmon.out
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = eth-contract-registry
|
name = eth-contract-registry
|
||||||
version = 0.5.4a1
|
version = 0.5.4a3
|
||||||
description = Ethereum Smart Contract key-value registry
|
description = Ethereum Smart Contract key-value registry
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
@ -35,6 +35,6 @@ packages =
|
|||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
eth-contract-registry-deploy = eth_contract_registry.runnable.deploy:main
|
eth-contract-registry-deploy = eth_contract_registry.runnable.deploy:main
|
||||||
eth-contract-registry-set = eth_conrtact_registry.runnable.set:main
|
eth-contract-registry-set = eth_contract_registry.runnable.set:main
|
||||||
eth-contract-registry-seal = eth_contract_registry.runnable.seal:main
|
#eth-contract-registry-seal = eth_contract_registry.runnable.seal:main
|
||||||
eth-contract-registry-list = eth_contract_registry.runnable.list:main
|
eth-contract-registry-list = eth_contract_registry.runnable.list:main
|
||||||
|
Loading…
Reference in New Issue
Block a user