cic-contracts/setup.cfg

41 lines
940 B
INI
Raw Normal View History

2021-11-13 07:06:52 +01:00
[metadata]
name = cic
version = 0.2.0
description = CIC contract tools
2021-11-13 07:06:52 +01:00
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://git.grassecon.net/cicnet/cic-contracts
2021-11-13 07:06:52 +01:00
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
2021-11-13 07:06:52 +01:00
licence_files =
LICENSE
[options]
include_package_data = True
python_requires = >=3.8
2021-11-13 07:06:52 +01:00
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