Add cli handling and settings

This commit is contained in:
lash
2022-04-28 12:37:08 +00:00
parent ccbbcc2157
commit 94bd5c8cdf
6 changed files with 34 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = chainqueue
version = 0.1.2
version = 0.1.3
description = Generic blockchain transaction queue control
author = Louis Holbrook
author_email = dev@holbrook.no
@@ -25,7 +25,7 @@ licence_files =
LICENSE.txt
[options]
python_requires = >= 3.6
python_requires = >= 3.7
include_package_data = True
packages =
chainqueue
@@ -33,6 +33,7 @@ packages =
chainqueue.unittest
chainqueue.store
chainqueue.runnable
chainqueue.cli
#[options.entry_points]
#console_scripts =