forked from Mirror/pmbootstrap
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:
parent
9d198f1ea4
commit
120822aa2f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -66,4 +66,5 @@ setup(
|
|||
'pmbootstrap=pmb:main',
|
||||
],
|
||||
},
|
||||
include_package_data=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue