Add entry point entries, cli module in package
This commit is contained in:
parent
f7ef5e6b2e
commit
51437ec6bd
@ -30,9 +30,12 @@ include_package_data = True
|
|||||||
packages =
|
packages =
|
||||||
chaind_eth
|
chaind_eth
|
||||||
chaind_eth.runnable
|
chaind_eth.runnable
|
||||||
|
chaind_eth.cli
|
||||||
chainqueue.adapters
|
chainqueue.adapters
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
chaind-eth-server = chaind_eth.runnable.server:main
|
chaind-eth-server = chaind_eth.runnable.server:main
|
||||||
chaind-eth-syncer = chaind_eth.runnable.syncer: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
|
||||||
|
Loading…
Reference in New Issue
Block a user