chaind/setup.cfg

39 lines
897 B
INI
Raw Normal View History

2021-06-03 13:48:33 +02:00
[metadata]
name = chaind
2022-11-14 09:13:25 +01:00
version = 0.3.2
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
url = https://git.defalsify.org/chaind.eth
2021-06-03 13:48:33 +02:00
keywords =
blockchain
cryptocurrency
dlt
2021-06-03 13:48:33 +02:00
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
2022-11-14 09:13:25 +01:00
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2021-06-03 13:48:33 +02:00
Topic :: Internet
# Topic :: Blockchain :: EVM
license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2021-06-03 13:48:33 +02:00
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
chaind.data
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