Correct remaining crypto_dev_signer prefixes

This commit is contained in:
nolash
2021-10-15 22:58:33 +02:00
parent 760ff71632
commit ccacffe962
5 changed files with 3 additions and 62 deletions

View File

@@ -53,7 +53,7 @@ setup(
long_description_content_type='text/markdown',
entry_points = {
'console_scripts': [
'funga-eth=funga.eth.runnable.signer:main',
'funga-ethd=funga.eth.runnable.signer:main',
'eth-keyfile=funga.eth.runnable.keyfile:main',
],
},