[New-bugs-announce] [issue32504] Wheel failed include data_files

atya report at bugs.python.org
Sat Jan 6 14:02:08 EST 2018


New submission from atya <newatar51 at gmail.com>:

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 <report at bugs.python.org>
<https://bugs.python.org/issue32504>
_______________________________________


More information about the New-bugs-announce mailing list