Add unlock cli tool to setup

This commit is contained in:
lash 2022-04-28 15:30:45 +00:00
parent b192dd6e95
commit 58787b3884
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = chainsyncer
version = 0.4.0
version = 0.4.1
description = Generic blockchain syncer driver
author = Louis Holbrook
author_email = dev@holbrook.no
@ -29,11 +29,13 @@ packages =
chainsyncer.unittest
chainsyncer.store
chainsyncer.cli
chainsyncer.runnable
#[options.package_data]
#* =
# sql/*
#[options.entry_points]
#console_scripts =
# blocksync-celery = chainsyncer.runnable.tracker:main
[options.entry_points]
console_scripts =
#blocksync-celery = chainsyncer.runnable.tracker:main
chainsyncer-unlock = chainsyncer.runnable.lock:main