2020-12-21 23:00:45 +01:00
|
|
|
[metadata]
|
2020-12-30 08:58:37 +01:00
|
|
|
name = eth-address-index
|
2023-03-22 13:43:22 +01:00
|
|
|
version = 0.7.0
|
2020-12-29 19:44:14 +01:00
|
|
|
description = Signed metadata declarations for ethereum addresses
|
2020-12-21 23:00:45 +01:00
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
2023-03-22 13:43:22 +01:00
|
|
|
url = https://holbrook.no/src/eth-address-index/log.html
|
2020-12-21 23:00:45 +01:00
|
|
|
keywords =
|
|
|
|
ethereum
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
2023-03-22 13:43:22 +01:00
|
|
|
Development Status :: 4 - Beta
|
|
|
|
Environment :: Console
|
2020-12-21 23:00:45 +01:00
|
|
|
Intended Audience :: Developers
|
2023-03-22 13:43:22 +01:00
|
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
2020-12-21 23:00:45 +01:00
|
|
|
Topic :: Internet
|
2023-03-22 13:43:22 +01:00
|
|
|
Topic :: Software Development :: Libraries
|
2020-12-21 23:00:45 +01:00
|
|
|
#Topic :: Blockchain :: EVM
|
2023-03-22 13:43:22 +01:00
|
|
|
license = AGPLv3+
|
2020-12-21 23:00:45 +01:00
|
|
|
licence_files =
|
|
|
|
LICENSE
|
|
|
|
|
|
|
|
[options]
|
|
|
|
include_package_data = True
|
2023-03-21 18:03:09 +01:00
|
|
|
python_requires = >= 3.7
|
2020-12-21 23:00:45 +01:00
|
|
|
packages =
|
2020-12-29 19:44:14 +01:00
|
|
|
eth_address_declarator
|
|
|
|
eth_address_declarator.runnable
|
2021-10-04 16:42:09 +02:00
|
|
|
eth_address_declarator.unittest
|
2020-12-21 23:00:45 +01:00
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
* =
|
2020-12-29 19:44:14 +01:00
|
|
|
data/AddressDeclarator.json
|
|
|
|
data/AddressDeclarator.bin
|
2020-12-30 08:58:37 +01:00
|
|
|
data/ERC20.json
|
2020-12-21 23:00:45 +01:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2023-02-11 06:41:41 +01:00
|
|
|
eth-address-declarator-publish = eth_address_declarator.runnable.publish:main
|
2020-12-29 19:44:14 +01:00
|
|
|
eth-address-declarator-add = eth_address_declarator.runnable.add:main
|
2022-02-19 20:46:53 +01:00
|
|
|
eth-address-declarator-view = eth_address_declarator.runnable.view:main
|