eth-faucet/python/setup.cfg

45 lines
1017 B
INI

[metadata]
name = eth-faucet
version = 0.1.2
description = Gas token gifter with controls from time intervals, amounts and access.
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.defalsify.org/eth-faucet
keywords =
ethereum
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Environment :: No Input/Output (Daemon)
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Topic :: Internet
#Topic :: Blockchain :: EVM
license = GPL3
licence_files =
LICENSE.txt
[options]
include_package_data = True
python_requires = >= 3.6
packages =
eth_faucet
eth_faucet.runnable
[options.extras_require]
testing =
pytest==6.0.1
eth-tester==0.5.0b2
py-evm==0.3.0a20
[options.package_data]
* =
**/data/*.json
**/data/*.bin
[options.entry_points]
console_scripts =
eth-faucet-publish = eth_faucet.runnable.publish:main
eth-faucet-gen = eth_faucet.runnable.gen:main