eth-cache/setup.cfg

37 lines
821 B
INI
Raw Permalink Normal View History

2022-03-01 16:03:47 +01:00
[metadata]
name = eth-cache
2022-10-13 09:30:09 +02:00
version = 0.1.5
2022-03-01 16:03:47 +01:00
description = Ethereum chain data caching tools
author = Louis Holbrook
author_email = dev@holbrook.no
2022-05-09 22:03:41 +02:00
url = https://git.defalsify.org/eth-cache
2022-03-01 16:03:47 +01:00
keywords =
dlt
blockchain
cryptocurrency
ethereum
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Topic :: Software Development :: Libraries
Environment :: Console
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
2022-05-09 22:03:41 +02:00
python_requires = >= 3.9
2022-03-01 16:03:47 +01:00
packages =
eth_cache
eth_cache.store
[options.entry_points]
console_scripts =
eth-cache-list = eth_cache.runnable.list:main