eth-contract-registry/python/setup.cfg

41 lines
1.1 KiB
INI

[metadata]
name = eth-contract-registry
version = 0.7.1
description = Ethereum Smart Contract key-value registry
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://gitlab.com/cicnet/cic-registry
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 =
eth_contract_registry
eth_contract_registry.pytest
eth_contract_registry.unittest
eth_contract_registry.runnable
[options.entry_points]
console_scripts =
eth-contract-registry-deploy = eth_contract_registry.runnable.deploy:main
eth-contract-registry-set = eth_contract_registry.runnable.set:main
#eth-contract-registry-seal = eth_contract_registry.runnable.seal:main
eth-contract-registry-list = eth_contract_registry.runnable.list:main