From 51437ec6bde624521b0cefa80ddfb93b95240533 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 8 Sep 2021 09:00:40 +0200 Subject: [PATCH] Add entry point entries, cli module in package --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 91ad5ab..adb3846 100644 --- 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