eth-contract-registry/python/setup.cfg

40 lines
1.1 KiB
INI
Raw Normal View History

[metadata]
name = eth-contract-registry
2023-03-25 09:13:49 +01:00
version = 0.11.0
2021-03-24 07:08:39 +01:00
description = Ethereum Smart Contract key-value registry
author = Louis Holbrook
author_email = dev@holbrook.no
2023-03-21 17:32:37 +01:00
url = https://holbrook.no/src/eth-contract-registry/log.html
keywords =
cryptocurrency
ethereum
smartcontracts
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
2023-03-22 13:27:54 +01:00
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
2023-03-22 13:27:54 +01:00
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Topic :: Software Development :: Libraries
Topic :: Internet
#Topic :: Blockchain :: EVM
2023-03-22 13:27:54 +01:00
license = AGPL3+
licence_files =
2023-03-22 13:27:54 +01:00
LICENSE
[options]
include_package_data = True
2023-03-22 13:27:54 +01:00
python_requires = >= 3.8
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 =
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