Distutils directory questions

Edward K. Ream edreamleo at charter.net
Sat Jun 28 11:59:49 EDT 2003


My manifest.in file works if I have entries of the form:

include subdirectory/file

However, I haven't been able to get any of the following to work:

include ../subdirectory/file
include <full path>/file
recursive-include ../subdirectory/file
recursive-include <full path>/file

The patterns are glob patterns: does this include .. as well and other path
delims?

As a result, I've had to put setup.py, manifest.in, etc in a directory that
includes all my subdirectories.  I would really rather run setup.py from a
subdirectory.

Any suggestions?

Edward
--------------------------------------------------------------------
Edward K. Ream   email:  edreamleo at charter.net
Leo: Literate Editor with Outlines
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------








More information about the Python-list mailing list