erc20-transfer-authorization

Simple approval escrow for ERC20 spending
Log | Files | Refs

commit 503317d1bff36dff67a8b8b630ccbace5281a629
parent 52c58d77ca722c8d8594af43746778e955c094ea
Author: nolash <dev@holbrook.no>
Date:   Wed,  3 Mar 2021 00:44:41 +0100

Add create request to console scripts in setup

Diffstat:
Mpython/setup.cfg | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-transfer-authorization -version = 0.3.0a10 +version = 0.3.0a11 description = Simple approval escrow for ERC20 spend approval author = Louis Holbrook author_email = dev@holbrook.no @@ -39,3 +39,4 @@ install_requires = [options.entry_points] console_scripts = erc20-transfer-auth-deploy = erc20_transfer_authorization.runnable.deploy:main + erc20-transfer-auth-request = erc20_transfer_authorization.runnable.request:main