diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py index 303ae4c02da..330f3248679 100644 --- a/Lib/distutils/command/install.py +++ b/Lib/distutils/command/install.py @@ -116,6 +116,7 @@ class install (Command): ] boolean_options = ['force', 'skip-build'] + negative_opt = {'no-compile' : 'compile'} def initialize_options (self):