mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added 'boolean_options' list to support config file parsing.
This commit is contained in:
parent
817dc098ef
commit
99b032eaf2
15 changed files with 31 additions and 0 deletions
|
@ -33,6 +33,8 @@ class bdist_wininst (Command):
|
|||
"directory to put final built distributions in"),
|
||||
]
|
||||
|
||||
boolean_options = ['keep-temp']
|
||||
|
||||
def initialize_options (self):
|
||||
self.bdist_dir = None
|
||||
self.keep_temp = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue