Re: Location of data files

2011-04-01 Thread Matthias-Christian Ott
On Fri, Apr 01, 2011 at 08:37:35PM +0200, Matthias-Christian Ott wrote: > I want to include data files with a python package. With distutils it > seems common to specifiy these files in the data_files argument with a > non-portable location (e.g. data_files=[('share/example', 'icon.png')]). > Anoth

Location of data files

2011-04-01 Thread Matthias-Christian Ott
Hi, I want to include data files with a python package. With distutils it seems common to specifiy these files in the data_files argument with a non-portable location (e.g. data_files=[('share/example', 'icon.png')]). Another approach is to include the file in the Python module of the package (e.g