chainqueue

Blockchain transaction queue control
Log | Files | Refs | LICENSE

commit c22fafad5351843d9c750d07463ebc24ff96c5a5
parent b5f513b63a14821fc1130979abf0ed0fd410e393
Author: lash <dev@holbrook.no>
Date:   Sun, 10 Apr 2022 15:31:58 +0000

Update setup

Diffstat:
Msetup.cfg | 14++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/setup.cfg b/setup.cfg @@ -4,7 +4,7 @@ version = 0.1.0 description = Generic blockchain transaction queue control author = Louis Holbrook author_email = dev@holbrook.no -url = https://gitlab.com/chaintools/chainqueue +url = https://gitlab.com/chaintool/chainqueue keywords = cic cryptocurrency @@ -29,13 +29,11 @@ python_requires = >= 3.6 include_package_data = True packages = chainqueue - chainqueue.db - chainqueue.db.models - chainqueue.sql - chainqueue.adapters + chainqueue.cache chainqueue.unittest + chainqueue.store chainqueue.runnable -[options.entry_points] -console_scripts = - chainqueue-list = chainqueue.runnable.list:main +#[options.entry_points] +#console_scripts = +# chainqueue-list = chainqueue.runnable.list:main