aboutsummaryrefslogtreecommitdiff
path: root/contrib/spendfrom/setup.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-09-21 19:21:25 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-09-21 19:57:20 +0200
commitfa81d09e8d2cdc6c8d42bb50f71ae53dac3f0912 (patch)
tree845211468092d5d1043dd426698dd5732416ac87 /contrib/spendfrom/setup.py
parentcf5ebaa921a939cc3a81948a559c1f1ab53d68b6 (diff)
downloadbitcoin-fa81d09e8d2cdc6c8d42bb50f71ae53dac3f0912.tar.xz
[contrib] Delete spendfrom
Diffstat (limited to 'contrib/spendfrom/setup.py')
-rw-r--r--contrib/spendfrom/setup.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/spendfrom/setup.py b/contrib/spendfrom/setup.py
deleted file mode 100644
index f80736752a..0000000000
--- a/contrib/spendfrom/setup.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (c) 2013 The Bitcoin Core developers
-# Distributed under the MIT software license, see the accompanying
-# file COPYING or http://www.opensource.org/licenses/mit-license.php.
-from distutils.core import setup
-setup(name='btcspendfrom',
- version='1.0',
- description='Command-line utility for bitcoin "coin control"',
- author='Gavin Andresen',
- author_email='gavin@bitcoinfoundation.org',
- requires=['jsonrpc'],
- scripts=['spendfrom.py'],
- )