1 Commits

Author SHA1 Message Date
lash
58787b3884 Add unlock cli tool to setup 2022-04-28 15:30:45 +00:00
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