2021-03-16 13:53:22 +01:00
|
|
|
[metadata]
|
|
|
|
name = eth-contract-registry
|
2023-03-17 23:10:56 +01:00
|
|
|
version = 0.9.2
|
2021-03-24 07:08:39 +01:00
|
|
|
description = Ethereum Smart Contract key-value registry
|
2021-03-16 13:53:22 +01:00
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
2021-05-02 17:54:43 +02:00
|
|
|
url = https://gitlab.com/cicnet/cic-registry
|
2021-03-16 13:53:22 +01:00
|
|
|
keywords =
|
|
|
|
cryptocurrency
|
|
|
|
ethereum
|
|
|
|
smartcontracts
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: Developers
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
|
|
Topic :: Software Development :: Libraries
|
|
|
|
Topic :: Internet
|
|
|
|
#Topic :: Blockchain :: EVM
|
|
|
|
license = GPL3
|
|
|
|
licence_files =
|
|
|
|
LICENSE.txt
|
|
|
|
|
|
|
|
[options]
|
|
|
|
include_package_data = True
|
|
|
|
python_requires = >= 3.6
|
|
|
|
packages =
|
2021-03-24 07:08:39 +01:00
|
|
|
eth_contract_registry
|
|
|
|
eth_contract_registry.pytest
|
|
|
|
eth_contract_registry.unittest
|
|
|
|
eth_contract_registry.runnable
|
2021-03-16 13:53:22 +01:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2023-02-11 07:29:38 +01:00
|
|
|
eth-contract-registry-publish = eth_contract_registry.runnable.publish:main
|
2021-03-24 10:28:48 +01:00
|
|
|
eth-contract-registry-set = eth_contract_registry.runnable.set:main
|
2021-03-24 07:08:39 +01:00
|
|
|
eth-contract-registry-list = eth_contract_registry.runnable.list:main
|