mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 10:16:47 +01:00
47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
[metadata]
|
|
name = eth-accounts-index
|
|
version = 0.5.2
|
|
description = Accounts index evm contract tooling with permissioned writes
|
|
author = Louis Holbrook
|
|
author_email = dev@holbrook.no
|
|
url = https://holbrook.no/src/eth-accounts-index/log.html
|
|
keywords =
|
|
ethereum
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
Operating System :: OS Independent
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
Topic :: Software Development :: Libraries
|
|
Topic :: Internet
|
|
#Topic :: Blockchain :: EVM
|
|
license = AGPLv3+
|
|
licence_files =
|
|
LICENSE
|
|
|
|
[options]
|
|
include_package_data = True
|
|
python_requires = >= 3.8
|
|
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-publish = eth_accounts_index.runnable.publish:main
|
|
eth-accounts-index-add = eth_accounts_index.runnable.add:main
|
|
eth-accounts-index-list = eth_accounts_index.runnable.list:main
|