[Distutils] MANIFEST.in format

A.M. Kuchling amk@207-172-113-89.s89.tnt5.ann.va.dialup.rcn.com
Tue, 18 Apr 2000 21:45:55 -0400


Is there a reason the MANIFEST.in file only accepts a single pattern
per line?  I'd like to able to write something like this:

recursive-include extensions Makefile.pre.in Setup.in *.c *.h 

Would patches for this change be accepted?

--amk