From 374182e4bf9f5945c232535333d1e310c2e24bc6 Mon Sep 17 00:00:00 2001 From: waheebyaqub Date: Sat, 27 Sep 2014 16:56:26 +0400 Subject: [PATCH] Update setup.py plugin name added --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 454c7770..080d32b7 100644 --- a/setup.py +++ b/setup.py @@ -133,6 +133,8 @@ setup( 'electrum_plugins.labels', 'electrum_plugins.trezor', 'electrum_plugins.virtualkeyboard', + 'electrum_plugins.plot', + ], description="Lightweight Bitcoin Wallet", author="Thomas Voegtlin",