Mercurial > public > bitcaviar-plus
diff setup.cfg @ 12:6a0a8cce058e
refactor code
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 26 Oct 2021 09:38:38 +0200 |
parents | 5f6d1a28051a |
children | 650b11261b2c |
line wrap: on
line diff
--- a/setup.cfg Tue Oct 26 08:57:11 2021 +0200 +++ b/setup.cfg Tue Oct 26 09:38:38 2021 +0200 @@ -1,14 +1,14 @@ [metadata] -name = example-pkg-YOUR-USERNAME-HERE +name = bitcaviar-plus version = 0.0.1 -author = Example Author -author_email = author@example.com -description = A small example package +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/pypa/sampleproject +url = https://github.com/denniscm190/bitcaviar-plus project_urls = - Bug Tracker = https://github.com/pypa/sampleproject/issues + Bug Tracker = https://github.com/denniscm190/bitcaviar-plus/issues classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License