2022-04-24 13:43:14 +02:00
|
|
|
[metadata]
|
|
|
|
name = cic-base
|
2022-05-24 17:58:02 +02:00
|
|
|
version = 0.14.0
|
2022-04-24 13:43:14 +02:00
|
|
|
description = Base settings rendering from configurations
|
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
|
|
|
url = https://gitlab.com/grassrootseconomics/cic-base
|
|
|
|
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
|
|
|
|
|
|
|
|
[options]
|
|
|
|
include_package_data = True
|
|
|
|
python_requires = >= 3.7
|
|
|
|
packages =
|
|
|
|
cic_base
|
|
|
|
cic_base.legacy
|
2022-04-24 21:30:07 +02:00
|
|
|
cic_base.cli
|