eth-contract-registry/python/setup.cfg

41 lines
1.1 KiB
INI
Raw Normal View History

[metadata]
name = eth-contract-registry
2022-04-20 23:14:12 +02:00
version = 0.8.0
2021-03-24 07:08:39 +01:00
description = Ethereum Smart Contract key-value registry
author = Louis Holbrook
author_email = dev@holbrook.no
2021-05-02 17:54:43 +02:00
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 =
2021-03-24 07:08:39 +01:00
eth_contract_registry
eth_contract_registry.pytest
eth_contract_registry.unittest
eth_contract_registry.runnable
[options.entry_points]
console_scripts =
2021-03-24 07:08:39 +01:00
eth-contract-registry-deploy = eth_contract_registry.runnable.deploy:main
2021-03-24 10:28:48 +01:00
eth-contract-registry-set = eth_contract_registry.runnable.set:main
#eth-contract-registry-seal = eth_contract_registry.runnable.seal:main
2021-03-24 07:08:39 +01:00
eth-contract-registry-list = eth_contract_registry.runnable.list:main