]> granicus.if.org Git - python/commit
Catch missing MANIFEST file and warn rather than blowing up.
authorGreg Ward <gward@python.net>
Sun, 12 Dec 1999 17:07:22 +0000 (17:07 +0000)
committerGreg Ward <gward@python.net>
Sun, 12 Dec 1999 17:07:22 +0000 (17:07 +0000)
commit1d0495e05c3c1155e5a1830bdeddf4ad9d4afc87
treed2a0d93c08dad8fff0eb8cb903078469fe42b1d3
parent9b45443c1bdf99b0f27b12baf06fea475b60e145
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()'.
Lib/distutils/command/dist.py