From 1ff69aac0ee8f000997fde18732974e02c198c6f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 21 Feb 2020 16:45:44 -0800 Subject: [PATCH] Add container/scripts to linux package --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7eb3f48..07666b5 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setuptools.setup( ), ("share/dangerzone", file_list("share")), ("share/dangerzone/container", file_list("share/container")), + ("share/dangerzone/container/scripts", file_list("share/container/scripts")), ], classifiers=( "Programming Language :: Python",