Dash Core
0.12.2.1
P2P Digital Currency
setup.py
Go to the documentation of this file.
1
from
distutils.core
import
setup
2
setup
(name=
'btcspendfrom'
,
3
version=
'1.0'
,
4
description=
'Command-line utility for bitcoin "coin control"'
,
5
author=
'Gavin Andresen'
,
6
author_email=
'gavin@bitcoinfoundation.org'
,
7
requires=[
'jsonrpc'
],
8
scripts=[
'spendfrom.py'
],
9
)
setup
Definition:
setup.py:1
contrib
spendfrom
setup.py
Generated on Thu Dec 14 2017 13:15:01 for Dash Core by
1.8.14