3 Commits

Author SHA1 Message Date
lash
44bdda80bf Correct executable module in cli tool setip 2022-04-29 06:24:00 +00:00
lash
f039d6c9ad Correct runnable package name 2022-04-28 15:36:04 +00:00
lash
58787b3884 Add unlock cli tool to setup 2022-04-28 15:30:45 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = chainsyncer
version = 0.4.0
version = 0.4.2
description = Generic blockchain syncer driver
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -22,18 +22,19 @@ licence_files =
[options]
include_package_data = True
python_requires = >= 3.6
python_requires = >= 3.7
packages =
chainsyncer
chainsyncer.driver
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 =
chainsyncer-unlock = chainsyncer.runnable.unlock:main