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 f947ffe commit 8fe2c12Copy full SHA for 8fe2c12
1 file changed
Lib/distutils/command/install.py
@@ -146,6 +146,7 @@ def initialize_options (self):
146
self.install_data = None
147
148
self.compile = None
149
+ self.no_compile = None
150
self.optimize = None
151
152
# These two are for putting non-packagized distributions into their
0 commit comments