Update setup
This commit is contained in:
parent
b5f513b63a
commit
c22fafad53
14
setup.cfg
14
setup.cfg
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user