eth-address-index/python/setup.cfg

43 lines
1.2 KiB
INI

[metadata]
name = eth-address-index
version = 0.7.2
description = Signed metadata declarations for ethereum addresses
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://holbrook.no/src/eth-address-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 :: Internet
Topic :: Software Development :: Libraries
#Topic :: Blockchain :: EVM
license = AGPLv3+
licence_files =
LICENSE
[options]
include_package_data = True
python_requires = >= 3.7
packages =
eth_address_declarator
eth_address_declarator.runnable
eth_address_declarator.unittest
[options.package_data]
* =
data/AddressDeclarator.json
data/AddressDeclarator.bin
data/ERC20.json
[options.entry_points]
console_scripts =
eth-address-declarator-publish = eth_address_declarator.runnable.publish:main
eth-address-declarator-add = eth_address_declarator.runnable.add:main
eth-address-declarator-view = eth_address_declarator.runnable.view:main