mirror of
git://holbrook.no/eth-token-index
synced 2024-11-01 01:16:46 +01:00
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
[metadata]
|
|
name = eth-token-index
|
|
version = 0.5.0
|
|
description = Token symbol to address unique index
|
|
author = Louis Holbrook
|
|
author_email = dev@holbrook.no
|
|
url = https://gitlab.com/cicnet/eth-address-index
|
|
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.8
|
|
packages =
|
|
eth_token_index
|
|
eth_token_index.runnable
|
|
|
|
[options.extras_require]
|
|
testing =
|
|
eth-tester==0.5.0b2
|
|
py-evm==0.3.0a20
|
|
|
|
[options.package_data]
|
|
* =
|
|
data/TokenUniqueSymbolIndex.bin
|
|
data/TokenUniqueSymbolIndex.json
|
|
data/ERC20.json
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
eth-token-index-publish = eth_token_index.runnable.publish:main
|
|
eth-token-index-add = eth_token_index.runnable.add:main
|
|
eth-token-index-list = eth_token_index.runnable.list:main
|
|
eth-token-index-writer = eth_token_index.runnable.writer:main
|