From deae28809e4369352588ddc10df426ae0c8f66e6 Mon Sep 17 00:00:00 2001 From: Maran Date: Sun, 12 Aug 2012 21:28:39 +0200 Subject: [PATCH] Updated setup script --- setup.py | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 770c59a..1a92365 100644 --- a/setup.py +++ b/setup.py @@ -29,10 +29,7 @@ if platform.system() != 'Windows' and platform.system() != 'Darwin': data_files += [ (util.appdata_dir(), ["data/background.png", "data/style.css"]), (os.path.join(util.appdata_dir(), "icons"), [ - "data/icons/accounts.png", "data/icons/confirmed.png", - "data/icons/expand.png", - "data/icons/interact.png", "data/icons/unconfirmed.png" ]) ] @@ -62,7 +59,7 @@ setup(name = "Electrum", author = "thomasv", author_email = "thomasv@gitorious", license = "GNU GPLv3", - url = "http://ecdsa/electrum", + url = "http://electrum-desktop.com", long_description = """Lightweight Bitcoin Wallet""" ) -- 1.7.1