summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/sdist.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/sdist.py')
-rw-r--r--Lib/distutils/command/sdist.py2
1 files changed, 1 insertions, 1 deletions
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 @@ class sdist (Command):
help_options = [
('help-formats', None,
"list available distribution formats", show_formats),
- ]
+ ]
negative_opt = {'no-defaults': 'use-defaults',
'no-prune': 'prune' }