Add entry point entries, cli module in package

This commit is contained in:
nolash 2021-09-08 09:00:40 +02:00
parent f7ef5e6b2e
commit 51437ec6bd
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 3 additions and 0 deletions

View File

@ -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