[Distutils] Why data_files listed in setup.py being ignored?! How fix?

seberino at spawar.navy.mil seberino at spawar.navy.mil
Tue Oct 7 18:00:23 EDT 2003


My setup.py basically looks something like this.....


import glob

...

setup( ...,
       ...,
       data_files = [ ( "pixmaps", glob.glob("pixmaps/*.xpm") ) ]
       ....
     )

The package I made with "python setup.py sdist" looks good except
none of the data_files show up in tarball?!?!

How fix?

Chris
--
_______________________________________

Christian Seberino, Ph.D.
SPAWAR Systems Center San Diego
Code 2872
49258 Mills Street, Room 158
San Diego, CA 92152-5385
U.S.A.

Phone: (619) 553-9973
Fax  : (619) 553-6521
Email: seberino at spawar.navy.mil
_______________________________________



More information about the Distutils-SIG mailing list