2021-06-03 13:48:33 +02:00
|
|
|
[metadata]
|
|
|
|
name = chaind
|
2022-05-02 22:10:30 +02:00
|
|
|
version = 0.2.3
|
2022-04-28 14:41:03 +02:00
|
|
|
description = Base package for chain queue service
|
2021-06-03 13:48:33 +02:00
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
2022-04-26 12:12:13 +02:00
|
|
|
url = https://gitlab.com/chaintool/chaind
|
2021-06-03 13:48:33 +02:00
|
|
|
keywords =
|
|
|
|
blockchain
|
|
|
|
cryptocurrency
|
|
|
|
p2p
|
|
|
|
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 =
|
2022-03-14 22:24:50 +01:00
|
|
|
LICENSE
|
2021-06-03 13:48:33 +02:00
|
|
|
|
|
|
|
[options]
|
2022-04-28 14:41:03 +02:00
|
|
|
python_requires = >= 3.7
|
2021-07-20 18:27:56 +02:00
|
|
|
include_package_data = True
|
2021-06-03 13:48:33 +02:00
|
|
|
packages =
|
|
|
|
chaind
|
2022-03-14 22:24:50 +01:00
|
|
|
# chaind.runnable
|
2022-04-10 21:12:30 +02:00
|
|
|
chaind.adapters
|
|
|
|
chaind.unittest
|
2022-04-27 08:31:30 +02:00
|
|
|
chaind.cli
|
2021-08-26 17:12:37 +02:00
|
|
|
|
2022-03-14 22:24:50 +01:00
|
|
|
#[options.entry_points]
|
|
|
|
#console_scripts =
|
|
|
|
# chaind-list = chaind.runnable.list:main
|