aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command')
-rw-r--r--setuptools/command/install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/install.py b/setuptools/command/install.py
index 459cd3cd..784e8efd 100644
--- a/setuptools/command/install.py
+++ b/setuptools/command/install.py
@@ -25,7 +25,6 @@ class install(_install):
_install.initialize_options(self)
self.old_and_unmanageable = None
self.single_version_externally_managed = None
- self.no_compile = None # make DISTUTILS_DEBUG work right!
def finalize_options(self):
_install.finalize_options(self)