From 120822aa2f9b8ba0dacdfd77cc39ca5ebdfcb71a Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Mon, 8 Oct 2018 21:41:42 +0200 Subject: [PATCH] Restore not-redundant "include_package_data" line Due to build caches removing that line still installed the files but in a clean build, the directive is needed. Fixes #1661 (again) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ad087825..cbba47db 100755 --- a/setup.py +++ b/setup.py @@ -66,4 +66,5 @@ setup( 'pmbootstrap=pmb:main', ], }, + include_package_data=True, )