Update setup

This commit is contained in:
lash 2022-04-10 15:31:58 +00:00
parent b5f513b63a
commit c22fafad53
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 6 additions and 8 deletions

View File

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