Issue 32504: Wheel failed include data_files (original) (raw)

Issue32504

Created on 2018-01-06 19:02 by atya, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg309569 - (view) Author: atya (atya) Date: 2018-01-06 19:02
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.
msg309575 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-01-06 20:19
Please report to the wheel maintainers at https://github.com/pypa/wheel
History
Date User Action Args
2022-04-11 14:58:56 admin set github: 76685
2018-01-06 20:19:27 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: third partystage: resolved
2018-01-06 19:02:08 atya create