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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user