>I'm trying to build an RPM for my package using distutils. I tried to >create 'MANIFEST.in', containing: > >recursive-include *.py You can try "recursive-include . *.py". I think the second param must be a directory name. Bastian