eth-monitor/setup.cfg

42 lines
988 B
INI
Raw Normal View History

2022-02-25 16:30:01 +01:00
[metadata]
name = eth-monitor
version = 0.8.8
2022-02-25 16:30:01 +01:00
description = Monitor and cache transactions using match filters
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.defalsify.org/eth-monitor
2022-02-25 16:30:01 +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 Affero General Public License v3 or later (AGPLv3+)
2022-02-25 16:30:01 +01:00
Topic :: Internet
# Topic :: Blockchain :: EVM
license = AGPLv3+
2022-02-25 16:30:01 +01:00
licence_files =
LICENSE
[options]
include_package_data = True
2023-08-06 15:10:59 +02:00
python_requires = >=3.8
2022-02-25 16:30:01 +01:00
packages =
eth_monitor
eth_monitor.importers
eth_monitor.filters
eth_monitor.runnable
eth_monitor.mock
2022-05-13 09:11:54 +02:00
eth_monitor.cli
2022-02-25 16:30:01 +01:00
[options.entry_points]
console_scripts =
eth-monitor = eth_monitor.runnable.sync:main
2022-02-25 16:30:01 +01:00
eth-monitor-sync = eth_monitor.runnable.sync:main