2021-10-09 18:50:43 +02:00
|
|
|
[metadata]
|
|
|
|
name = cic
|
2021-12-05 08:12:36 +01:00
|
|
|
version = 0.0.2
|
2021-10-09 18:50:43 +02:00
|
|
|
description = Generic cli tooling for the CIC token network
|
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
2021-12-05 08:12:36 +01:00
|
|
|
url = https://git.grassecon.net/cic-cli.git
|
2021-10-09 18:50:43 +02:00
|
|
|
keywords =
|
|
|
|
dlt
|
|
|
|
blockchain
|
|
|
|
cryptocurrency
|
|
|
|
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 :: Internet
|
|
|
|
license = GPL3
|
|
|
|
licence_files =
|
|
|
|
LICENSE.txt
|
|
|
|
|
|
|
|
|
|
|
|
[options]
|
2021-11-29 15:44:09 +01:00
|
|
|
python_requires = >= 3.8
|
2021-10-09 18:50:43 +02:00
|
|
|
include_package_data = True
|
|
|
|
packages =
|
|
|
|
cic
|
|
|
|
cic.runnable
|
2021-10-10 15:37:26 +02:00
|
|
|
cic.ext.eth
|
2021-12-05 08:34:47 +01:00
|
|
|
cic.cmd
|