From e70c20803f46838f4b9e9296a5af4cfd7cae331b Mon Sep 17 00:00:00 2001 From: thomasv Date: Mon, 8 Oct 2012 15:19:05 +0200 Subject: [PATCH] create scripts directory --- MANIFEST.in | 4 ++-- blocks => scripts/blocks | 0 get_history => scripts/get_history | 0 peers => scripts/peers | 0 watch_address => scripts/watch_address | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename blocks => scripts/blocks (100%) rename get_history => scripts/get_history (100%) rename peers => scripts/peers (100%) rename watch_address => scripts/watch_address (100%) diff --git a/MANIFEST.in b/MANIFEST.in index afdcd1bf..91eed64f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,6 @@ recursive-include ecdsa *.py recursive-include aes *.py include app.fil include icons.qrc -include remote.php recursive-include icons * - +include scripts +recursive_include scripts/* diff --git a/blocks b/scripts/blocks similarity index 100% rename from blocks rename to scripts/blocks diff --git a/get_history b/scripts/get_history similarity index 100% rename from get_history rename to scripts/get_history diff --git a/peers b/scripts/peers similarity index 100% rename from peers rename to scripts/peers diff --git a/watch_address b/scripts/watch_address similarity index 100% rename from watch_address rename to scripts/watch_address