Commit 1e740e80 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add unlisted Boolean options. Thomas H., can you please check that I

    got this right?

Bugfix candidate, unless Thomas notes a problem.
parent 8fd1b170
......@@ -43,7 +43,8 @@ class bdist_wininst (Command):
" or before deinstallation"),
]
boolean_options = ['keep-temp']
boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize',
'skip-build']
def initialize_options (self):
self.bdist_dir = None
......
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