chaind/setup.cfg

37 lines
802 B
INI
Raw Normal View History

2021-06-03 13:48:33 +02:00
[metadata]
name = chaind
2022-03-13 15:54:11 +01:00
version = 0.1.0
2021-08-26 17:14:46 +02:00
description = Base package for chain queue servicek
2021-06-03 13:48:33 +02:00
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://gitlab.com/chaintools/chainqueue
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]
python_requires = >= 3.6
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.sql
# chaind.runnable
2021-08-26 17:12:37 +02:00
chainqueue.adapters
2022-03-14 22:24:50 +01:00
#[options.entry_points]
#console_scripts =
# chaind-list = chaind.runnable.list:main