From d10778430fb53b4faed4291ca0f89b3e8d44f019 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 4 Aug 2018 20:40:18 -0400 Subject: [PATCH] upnpclient -> txupnp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68dadead5..e9a4096cc 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( 'cryptography', 'lbryschema', 'torba', - 'upnpclient', + 'txupnp', 'pyyaml', 'requests', 'txJSON-RPC',