Add unlisted Boolean options. Thomas H., can you please check that I
got this right? Bugfix candidate, unless Thomas notes a problem.
This commit is contained in:
parent
5de82a855e
commit
da9f0bf4dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue