cic-contracts/setup.cfg
lash 3d2b2fa612 Add CIC package
Add abi signature encoding list

Add cic package
2024-08-01 22:21:15 +01:00

41 lines
940 B
INI

[metadata]
name = cic
version = 0.2.0
description = CIC contract tools
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.grassecon.net/cicnet/cic-contracts
keywords =
dlt
blockchain
cryptocurrency
ethereum
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Topic :: Software Development :: Libraries
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Topic :: Internet
# Topic :: Blockchain :: EVM
license = AGPL3
licence_files =
LICENSE
[options]
include_package_data = True
python_requires = >=3.8
packages =
cic
cic.runnable
[options.entry_points]
console_scripts =
cic-abilist = cic.runnable.abilist:main
cic-eip165 = cic.runnable.calculate_eip165:main
cic-abimerge = cic.runnable.mergeabis:main
cic-reduce = cic.runnable.reduce_to_methods:main