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:
Andrew M. Kuchling 2002-03-21 23:44:01 +00:00
parent 5de82a855e
commit da9f0bf4dd
1 changed files with 2 additions and 1 deletions

View File

@ -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