[metadata] name = eth-contract-registry version = 0.5.4a1 description = Contract registry author = Louis Holbrook author_email = dev@holbrook.no url = https://gitlab.com/grassrootseconomics/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 = contract_registry contract_registry.pytest [options.entry_points] console_scripts = contract-registry-deploy = contract_registry.runnable.deploy:main contract-registry-set = conrtact_registry.runnable.set:main contract-registry-seal = contract_registry.runnable.seal:main contract-registry-list = contract_registry.runnable.list:main