eth-monitor/setup.cfg

41 lines
1010 B
INI
Raw Normal View History

2022-02-25 16:30:01 +01:00
[metadata]
name = eth-monitor
version = 0.7.1
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.git
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 = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2022-02-25 16:30:01 +01:00
licence_files =
LICENSE
[options]
include_package_data = True
python_requires = >=3.7
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-sync = eth_monitor.runnable.sync:main