chainlib/setup.cfg

31 lines
667 B
INI
Raw Normal View History

2021-02-08 10:39:42 +01:00
[metadata]
name = chainlib
version = 0.0.10a9
2021-02-11 08:45:26 +01:00
description = Generic blockchain access library and tooling
2021-02-08 10:39:42 +01:00
author = Louis Holbrook
author_email = dev@holbrook.no
2021-05-02 18:07:32 +02:00
url = https://gitlab.com/chaintools/chainlib
2021-02-08 10:39:42 +01:00
keywords =
2021-04-13 06:50:33 +02:00
dlt
blockchain
2021-02-08 10:39:42 +01:00
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
2021-08-21 09:31:59 +02:00
2021-02-08 10:39:42 +01:00
[options]
python_requires = >= 3.6
2021-08-21 09:31:59 +02:00
include_package_data = True
2021-02-08 10:39:42 +01:00
packages =
2021-02-11 12:44:04 +01:00
chainlib
2021-08-21 09:31:59 +02:00
chainlib.cli