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)
This commit is contained in:
Luca Weiss 2018-10-08 21:41:42 +02:00
parent 9d198f1ea4
commit 120822aa2f
No known key found for this signature in database
GPG Key ID: 398DA912A3CB0619
1 changed files with 1 additions and 0 deletions

View File

@ -66,4 +66,5 @@ setup(
'pmbootstrap=pmb:main',
],
},
include_package_data=True,
)