mirror of https://github.com/python/cpython.git
Add forgotten initialization. Fixes bug #120994, "Traceback with
DISTUTILS_DEBUG set"
This commit is contained in:
parent
f947ffe951
commit
8fe2c12d49
|
@ -146,6 +146,7 @@ def initialize_options (self):
|
|||
self.install_data = None
|
||||
|
||||
self.compile = None
|
||||
self.no_compile = None
|
||||
self.optimize = None
|
||||
|
||||
# These two are for putting non-packagized distributions into their
|
||||
|
|
Loading…
Reference in New Issue