Fixed so --no-compile is a negative alias for --compile.

This commit is contained in:
Greg Ward 2000-10-03 03:31:52 +00:00
parent 9216cfe7ba
commit a9d37835ad
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ class install (Command):
]
boolean_options = ['force', 'skip-build']
negative_opt = {'no-compile' : 'compile'}
def initialize_options (self):