[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.

--
components: Build
messages: 309569
nosy: atya
priority: normal
severity: normal
status: open
title: Wheel failed include data_files
versions: Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com