Correct executable module in cli tool setip
This commit is contained in:
parent
f039d6c9ad
commit
44bdda80bf
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = chainsyncer
|
name = chainsyncer
|
||||||
version = 0.4.1
|
version = 0.4.2
|
||||||
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
|
||||||
@ -22,7 +22,7 @@ licence_files =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
python_requires = >= 3.6
|
python_requires = >= 3.7
|
||||||
packages =
|
packages =
|
||||||
chainsyncer
|
chainsyncer
|
||||||
chainsyncer.driver
|
chainsyncer.driver
|
||||||
@ -37,5 +37,4 @@ packages =
|
|||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
#blocksync-celery = chainsyncer.runnable.tracker:main
|
|
||||||
chainsyncer-unlock = chainsyncer.runnable.unlock:main
|
chainsyncer-unlock = chainsyncer.runnable.unlock:main
|
||||||
|
Loading…
Reference in New Issue
Block a user