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