Kaydet (Commit) a9d37835 authored tarafından Greg Ward's avatar Greg Ward

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

üst 9216cfe7
......@@ -116,6 +116,7 @@ class install (Command):
]
boolean_options = ['force', 'skip-build']
negative_opt = {'no-compile' : 'compile'}
def initialize_options (self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment