From 8cc912c5aa896e49f1b19f9644a0e3b355ef28d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 18 Jan 2017 13:36:48 +0100 Subject: [PATCH] Install new executable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e96597d7..7b11d657 100755 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup( 'bin/pungi-config-validate', 'bin/pungi-create-unified-isos', 'bin/pungi-fedmsg-notification', + 'bin/pungi-gather', 'bin/pungi-koji', 'bin/pungi-make-ostree', 'bin/pungi-patch-iso',