chaind

Base package for chain queue serviceBase package for chain queue service
Log | Files | Refs | LICENSE

commit a55591f243ff44e19a80d7214329c5195a609046
parent 800b70680bead69612a71d8edd907ee5c9bfea69
Author: lash <dev@holbrook.no>
Date:   Wed, 27 Apr 2022 06:31:30 +0000

Include cli module in setup

Diffstat:
Msetup.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg @@ -27,10 +27,10 @@ python_requires = >= 3.6 include_package_data = True packages = chaind -# chaind.sql # chaind.runnable chaind.adapters chaind.unittest + chaind.cli #[options.entry_points] #console_scripts =