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  )
Definition: setup.py:1