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

Christian Seberino seberino at spawar.navy.mil
Tue Oct 7 17:59:38 EDT 2003


I have a setup.py with something like this:
        

import glob

...                                                                        
                                                                                
setup( ...,
       ...,
       data_files = [ ( "pixmaps", glob.glob("pixmaps/*.xpm") ) ]
       ....
     )
                                                                                
The tarball I made with "python setup.py sdist" looks good except
none of the data_files show up in tarball?!?!
                                                                                
How fix?
                                                                                
Chris




More information about the Python-list mailing list