[issue32504] Wheel failed include data_files

2018-01-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: Please report to the wheel maintainers at https://github.com/pypa/wheel -- nosy: +benjamin.peterson resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker

[issue32504] Wheel failed include data_files

2018-01-06 Thread atya
New submission from atya : Hi, I created a wheel using python3.4 install bdist_wheel command. I have data dir and in contains files Test.png. in setup.py I added data_files=[ ('/usr/share', ['data/Test.png']) ] when I am instaating the wheel the data files did not copy.