eth-accounts-index/python/setup.cfg

47 lines
1.2 KiB
INI

[metadata]
name = eth-accounts-index
version = 0.2.1
description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://gitlab.com/cicnet/eth-accounts-index
keywords =
ethereum
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Environment :: No Input/Output (Daemon)
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Topic :: Internet
#Topic :: Blockchain :: EVM
license = GPL3
licence_files =
LICENSE.txt
[options]
include_package_data = True
python_requires = >= 3.6
packages =
eth_accounts_index
eth_accounts_index.runnable
[options.extras_require]
testing =
pytest==6.0.1
eth-tester==0.5.0b2
py-evm==0.3.0a20
[options.package_data]
* =
**/data/*.json
**/data/*.bin
[options.entry_points]
console_scripts =
eth-accounts-index-deploy = eth_accounts_index.runnable.deploy:main
eth-accounts-index-add = eth_accounts_index.runnable.add:main
eth-accounts-index-writer = eth_accounts_index.runnable.writer:main
eth-accounts-index-list = eth_accounts_index.runnable.list:main