This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author indiedan
Recipients indiedan, tarek
Date 2010-07-14.16:20:35
SpamBayes Score 0.0017670885
Marked as misclassified No
Message-id <1279124437.89.0.789068978786.issue9261@psf.upfronthosting.co.za>
In-reply-to
Content
MANIFEST.in example:

recursive-include ../../this *.that

fails to include files with

"warning: no files found matching '*.that' under directory '../../this'"

and also

include ../../this *.that

fails with

"warning: no files found matching '../../this'"

- odd situation I know, but including files in higher directories shouldn't be impossible should it? Thanks, Dan
History
Date User Action Args
2010-07-14 16:20:37indiedansetrecipients: + indiedan, tarek
2010-07-14 16:20:37indiedansetmessageid: <1279124437.89.0.789068978786.issue9261@psf.upfronthosting.co.za>
2010-07-14 16:20:36indiedanlinkissue9261 messages
2010-07-14 16:20:36indiedancreate