chainqueue/setup.cfg

41 lines
1005 B
INI
Raw Permalink Normal View History

2021-04-02 10:31:50 +02:00
[metadata]
name = chainqueue
2022-11-14 09:12:26 +01:00
version = 0.2.4
2021-04-02 10:31:50 +02:00
description = Generic blockchain transaction queue control
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.defalslfy.org/chainqueue,git
2021-04-02 10:31:50 +02:00
keywords =
dlt
2021-04-02 10:31:50 +02:00
cryptocurrency
ethereum
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
2022-11-14 09:12:26 +01:00
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2021-04-02 10:31:50 +02:00
Topic :: Internet
# Topic :: Blockchain :: EVM
license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2021-04-02 10:31:50 +02:00
licence_files =
LICENSE
2021-04-02 10:31:50 +02:00
[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