New submission from atya <[email protected]>:
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.
----------
components: Build
messages: 309569
nosy: atya
priority: normal
severity: normal
status: open
title: Wheel failed include data_files
versions: Python 3.4
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com