Distutils directory questions

E

Edward K. Ream

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
 
E

Edward K. Ream

I meant to say:

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

Edward
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top