36 lines
865 B
INI
36 lines
865 B
INI
[metadata]
|
|
name = cic-base
|
|
version = attr: cic_base.version.__version_string__
|
|
description = CIC python base
|
|
author = Louis Holbrook
|
|
author_email = dev@holbrook.no
|
|
url = https://gitlab.com/grassrootseconomics/cic-eth
|
|
keywords =
|
|
cic
|
|
cryptocurrency
|
|
ethereum
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
Operating System :: OS Independent
|
|
Development Status :: 3 - Alpha
|
|
Environment :: No Input/Output (Daemon)
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
Topic :: Internet
|
|
# Topic :: Blockchain :: EVM
|
|
license = GPL3
|
|
licence_files =
|
|
LICENSE.txt
|
|
|
|
[options]
|
|
python_requires = >= 3.6
|
|
packages =
|
|
cic_base
|
|
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
cic-base-audit = cic_base.runnable.audit:main
|
|
cic-base-merge = cic_base.runnable.merge:main
|
|
cic-base-update = cic_base.runnable.update:main
|