chaind-eth/setup.cfg

41 lines
1.0 KiB
INI
Raw Normal View History

2021-06-03 11:03:17 +02:00
[metadata]
name = chaind-eth
2022-11-14 09:14:39 +01:00
version = 0.3.3
2021-06-03 11:03:17 +02:00
description = Queue server for ethereum
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.defalsify.org/chaind-eth.git
2021-06-03 11:03:17 +02:00
keywords =
dlt
blockchain
2021-06-03 11:03:17 +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:14:39 +01:00
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2021-06-03 11:03:17 +02:00
Topic :: Internet
# Topic :: Blockchain :: EVM
license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2021-06-03 11:03:17 +02:00
licence_files =
LICENSE
2021-06-03 11:03:17 +02:00
[options]
python_requires = >= 3.7
2021-07-20 16:58:03 +02:00
include_package_data = True
2021-06-03 22:23:21 +02:00
packages =
chaind.eth
chaind.eth.runnable
chaind.eth.cli
chaind.eth.token
2021-06-03 11:03:17 +02:00
[options.entry_points]
console_scripts =
chaind-eth-queuer = chaind.eth.runnable.queuer:main
chaind-eth-syncer = chaind.eth.runnable.syncer:main
chaind-eth-send = chaind.eth.runnable.send:main
#chaind-eth-resend = chaind_eth.runnable.resend:main