eth-accounts-index/python/setup.cfg

29 lines
714 B
INI
Raw Normal View History

[metadata]
2020-11-14 00:09:43 +01:00
name = eth-accounts-index
version = 0.0.1
description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://gitlab.com/nolash/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]
python_requires = >= 3.6
packages =
install_requires =
confini==0.2.1
web3==5.12.2