mirror of
git://holbrook.no/eth-contract-registry
synced 2024-11-16 06:26:47 +01:00
40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
[metadata]
|
|
name = eth-contract-registry
|
|
version = 0.11.0
|
|
description = Ethereum Smart Contract key-value registry
|
|
author = Louis Holbrook
|
|
author_email = dev@holbrook.no
|
|
url = https://holbrook.no/src/eth-contract-registry/log.html
|
|
keywords =
|
|
cryptocurrency
|
|
ethereum
|
|
smartcontracts
|
|
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 :: Software Development :: Libraries
|
|
Topic :: Internet
|
|
#Topic :: Blockchain :: EVM
|
|
license = AGPL3+
|
|
licence_files =
|
|
LICENSE
|
|
|
|
[options]
|
|
include_package_data = True
|
|
python_requires = >= 3.8
|
|
packages =
|
|
eth_contract_registry
|
|
eth_contract_registry.pytest
|
|
eth_contract_registry.unittest
|
|
eth_contract_registry.runnable
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
eth-contract-registry-publish = eth_contract_registry.runnable.publish:main
|
|
eth-contract-registry-set = eth_contract_registry.runnable.set:main
|
|
eth-contract-registry-list = eth_contract_registry.runnable.list:main
|