prepare for pip

This commit is contained in:
Stepan Snigirev 2020-10-30 00:45:38 +01:00
parent e8fe83c015
commit 379df81d02
2 changed files with 12 additions and 1 deletions

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[metadata]
description-file = README.md

View File

@ -6,5 +6,14 @@ setup(
packages=['embit',],
license='MIT license',
url='https://github.com/diybitcoinhardware/embit',
description = 'yet another bitcoin library',
long_description="A minimal bitcoin library for MicroPython and Python3 with a focus on embedded systems.",
)
author = 'Stepan Snigirev',
author_email = 'snigirev.stepan@gmail.com',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Framework :: Flask",
],
)