aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-26 10:35:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-26 10:35:02 -0400
commitdcc71f773576c19a3658735879893515b056ece5 (patch)
tree2ebc5e39593fb475a7fc957f9965339b5b9ae60a /setup.py
parent1e53a2c14e7e0f788c9df2a542ac10f6b2f511d7 (diff)
downloadexternal_python_setuptools-dcc71f773576c19a3658735879893515b056ece5.tar.gz
external_python_setuptools-dcc71f773576c19a3658735879893515b056ece5.tar.bz2
external_python_setuptools-dcc71f773576c19a3658735879893515b056ece5.zip
Rename _distutils_importer to _distutils_hack, as it supplies more than just an importer.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a6e1abc4..2d8bdf85 100755
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ class install_with_pth(install):
def initialize_options(self):
install.initialize_options(self)
self.extra_path = (
- 'distutils-precedence', 'import _distutils_importer.install')
+ 'distutils-precedence', 'import _distutils_hack.install')
def finalize_options(self):
install.finalize_options(self)