eth-address-index/python/setup.cfg

49 lines
1.2 KiB
INI

[metadata]
name = eth-address-declarator
version = 0.0.1
description = Signed metadata declarations for ethereum addresses
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://gitlab.com/nolash/eth-address-declarator
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
[options]
include_package_data = True
python_requires = >= 3.6
packages =
eth_address_declarator
eth_address_declarator.runnable
install_requires =
web3==5.12.2
tests_require =
eth-tester==0.5.0b2
py-evm==0.3.0a20
[options.extras_require]
testing =
eth-tester==0.5.0b2
py-evm==0.3.0a20
[options.package_data]
* =
data/AddressDeclarator.json
data/AddressDeclarator.bin
[options.entry_points]
console_scripts =
eth-address-declarator-deploy = eth_address_declarator.runnable.deploy:main
eth-address-declarator-add = eth_address_declarator.runnable.add:main