Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de82a8 commit da9f0bfCopy full SHA for da9f0bf
1 file changed
Lib/distutils/command/bdist_wininst.py
@@ -43,7 +43,8 @@ class bdist_wininst (Command):
43
" or before deinstallation"),
44
]
45
46
- boolean_options = ['keep-temp']
+ boolean_options = ['keep-temp', 'no-target-compile', 'no-target-optimize',
47
+ 'skip-build']
48
49
def initialize_options (self):
50
self.bdist_dir = None
0 commit comments