commit 44bdda80bf39525f41703fdb323ad1e56229d72a
parent f039d6c9adc8d951e41fd26bcb312454a9190337
Author: lash <dev@holbrook.no>
Date: Fri, 29 Apr 2022 06:24:00 +0000
Correct executable module in cli tool setip
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = chainsyncer
-version = 0.4.1
+version = 0.4.2
description = Generic blockchain syncer driver
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -22,7 +22,7 @@ licence_files =
[options]
include_package_data = True
-python_requires = >= 3.6
+python_requires = >= 3.7
packages =
chainsyncer
chainsyncer.driver
@@ -37,5 +37,4 @@ packages =
[options.entry_points]
console_scripts =
- #blocksync-celery = chainsyncer.runnable.tracker:main
chainsyncer-unlock = chainsyncer.runnable.unlock:main