From 47210250a11a0c1542d707fec325ebcab8f85820 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 8 Sep 2014 14:07:41 +0000 Subject: Install xfer/recv-hole Without this, they won't be installed in the binary. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 765cf045..99c18ed4 100644 --- a/setup.py +++ b/setup.py @@ -156,6 +156,8 @@ FIXME packages=['morphlib', 'morphlib.plugins', 'distbuild'], package_data={ 'morphlib': [ + 'xfer-hole', + 'recv-hole', 'exts/*', 'version', 'commit', -- cgit v1.2.1