commit 51437ec6bde624521b0cefa80ddfb93b95240533
parent f7ef5e6b2e94977eb9ddd54e4755f456c2d01cbc
Author: nolash <dev@holbrook.no>
Date: Wed, 8 Sep 2021 09:00:40 +0200
Add entry point entries, cli module in package
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/setup.cfg b/setup.cfg
@@ -30,9 +30,12 @@ include_package_data = True
packages =
chaind_eth
chaind_eth.runnable
+ chaind_eth.cli
chainqueue.adapters
[options.entry_points]
console_scripts =
chaind-eth-server = chaind_eth.runnable.server:main
chaind-eth-syncer = chaind_eth.runnable.syncer:main
+ chaind-eth-send = chaind_eth.runnable.send:main
+ chaind-eth-retry = chaind_eth.runnable.retry:main