Compare commits

...

1 Commits

Author SHA1 Message Date
lash 44bdda80bf
Correct executable module in cli tool setip 2022-04-29 06:24:00 +00:00
1 changed files with 2 additions and 3 deletions

View File

@ -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