chainqueue/setup.cfg

43 lines
960 B
INI
Raw Normal View History

2021-04-02 10:31:50 +02:00
[metadata]
name = chainqueue
2022-11-06 16:17:39 +01:00
version = 0.2.1
2021-04-02 10:31:50 +02:00
description = Generic blockchain transaction queue control
author = Louis Holbrook
author_email = dev@holbrook.no
2022-04-10 17:31:58 +02:00
url = https://gitlab.com/chaintool/chainqueue
2021-04-02 10:31:50 +02:00
keywords =
cic
cryptocurrency
ethereum
solidarity
mutual_credit
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Topic :: Internet
# Topic :: Blockchain :: EVM
license = GPL3
licence_files =
LICENSE.txt
[options]
2022-04-28 14:37:08 +02:00
python_requires = >= 3.7
2021-08-26 10:05:56 +02:00
include_package_data = True
2021-04-02 10:31:50 +02:00
packages =
chainqueue
2022-04-10 17:31:58 +02:00
chainqueue.cache
2021-08-26 10:05:56 +02:00
chainqueue.unittest
2022-04-10 17:31:58 +02:00
chainqueue.store
2021-08-26 10:05:56 +02:00
chainqueue.runnable
2022-04-28 14:37:08 +02:00
chainqueue.cli
2022-05-14 14:38:10 +02:00
chainqueue.data
2021-04-02 10:31:50 +02:00
2022-05-06 10:47:29 +02:00
[options.entry_points]
console_scripts =
chainqueue-list = chainqueue.runnable.list:main
chainqueue-state = chainqueue.runnable.state:main