[Distutils-checkins] CVS: distutils/distutils/command dist.py

Greg Ward gward@cnri.reston.va.us
Sun, 12 Dec 1999 12:07:26 -0500 (EST)


Update of /projects/cvsroot/distutils/distutils/command
In directory thrak:/home/gward/python/distutils/distutils/command

Modified Files:
	dist.py 
Log Message:
Catch missing MANIFEST file and warn rather than blowing up.
Added 'nuke_release_tree()' method to blow away the directory from
  which the archive file(s) are created, and call it (conditionally)
  from 'make_distribution()'.
Added 'keep_tree' option (false by default) to disable the call to
  'nuke_release_tree()'.