view setup.cfg @ 17:25b0a9a206c4

Update README.md committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Tue, 26 Oct 2021 10:44:53 +0200
parents 6a0a8cce058e
children 650b11261b2c
line wrap: on
line source

[metadata]
name = bitcaviar-plus
version = 0.0.1
author = Dennis Concepcion Martin
author_email = dennisconcepcionmartin@gmail.com
description = A Bitcoin blockchain parser written in Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/denniscm190/bitcaviar-plus
project_urls =
    Bug Tracker = https://github.com/denniscm190/bitcaviar-plus/issues
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: MIT License
    Operating System :: OS Independent

[options]
package_dir =
    = src
packages = find:
python_requires = >=3.8

[options.packages.find]
where = src