]> granicus.if.org Git - python/commit
Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a
authorGreg Ward <gward@python.net>
Wed, 6 Sep 2000 02:08:24 +0000 (02:08 +0000)
committerGreg Ward <gward@python.net>
Wed, 6 Sep 2000 02:08:24 +0000 (02:08 +0000)
commitd3b76a8fbfc2af2d01ce48c323c9f76c0947af49
treedcd7bdb397d63506bcbcb313f5b3ca285d6d7a6d
parent6a2035d76ba9572ccd2ed61d59df46e2bdcb74ed
Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a
  bug to boot: now works even if both MANIFEST and MANIFEST.in don't exist.
Don't hardcode setup.py, use 'self.distribution.script_name'.
Lib/distutils/command/sdist.py