mirror of
git://holbrook.no/eth-faucet
synced 2024-12-12 16:06:09 +01:00
44 lines
996 B
INI
44 lines
996 B
INI
[metadata]
|
|
name = eth-faucet
|
|
version = 0.1.0
|
|
description = Gas token gifter with controls from time intervals, amounts and access.
|
|
author = Louis Holbrook
|
|
author_email = dev@holbrook.no
|
|
url = https://git.grassecon.net/cicnet/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_accounts_index
|
|
eth_accounts_index.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
|