distutils question-> Why data_files listed in setup.py being ignored?! How fix?

Christian Seberino seberino at spawar.navy.mil
Thu Oct 9 18:18:21 EDT 2003


Terje

Thanks.  All is well now.  Does it seem strange to you that you must
specify data files in setup.py with data_files field and then
AGAIN in the MANIFEST.in file with include??? 

How make MANIFEST.in NOT be necessary for data files?

Chris

Terje Rosten <terjeros at phys.ntnu.no> wrote in message news:<yoj65iz76fj.fsf at bohm.phys.ntnu.no>...
> * Christian Seberino
> | 
> | Here is MANIFEST.in:
> | =============================================
> | include "somedata"
> 
> Try:
> 
> include somedata
> 
> 
>  - Terje




More information about the Python-list mailing list