prepare for pip
This commit is contained in:
parent
e8fe83c015
commit
379df81d02
11
setup.py
11
setup.py
@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user