commit | fa9ff76aae32ecaae6b5409a410c10ff12116732 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Oct 14 04:06:40 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sat Oct 14 04:06:40 2000 +0000 |
tree | f5a19253ee0f6cc1e904bf1b0138b4c2ef1493c3 | |
parent | 4cd6f2ab807e0f3a23a059a407a08c5edad6bb98 [diff] [blame] |
Untabified.
diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 5116868..1f9e918 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py
@@ -74,7 +74,7 @@ help_options = [ ('help-formats', None, "list available distribution formats", show_formats), - ] + ] negative_opt = {'no-defaults': 'use-defaults', 'no-prune': 'prune' }