mirror of
git://holbrook.no/eth-faucet
synced 2025-01-23 16:17:32 +01:00
46 lines
1.0 KiB
INI
46 lines
1.0 KiB
INI
[metadata]
|
|
name = eth-faucet
|
|
version = 0.3.5
|
|
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 :: 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_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
|