summaryrefslogtreecommitdiff
path: root/setuptools/_distutils/command
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-22 04:39:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-12-22 04:39:14 -0500
commit3d19a6b7f08275495bd2e1feeae55ca78665dc2e (patch)
tree3055f2ac583c8a4d7e6ca4dd1de329769f41f003 /setuptools/_distutils/command
parent390016f98244e8c11d6060c3aa27efbc36db8592 (diff)
parenteba2bcd310caa49b51aa640055e44ef8c74b5581 (diff)
downloadpython-setuptools-git-3d19a6b7f08275495bd2e1feeae55ca78665dc2e.tar.gz
Merge https://github.com/pypa/distutils into bugfix/opensuse
Diffstat (limited to 'setuptools/_distutils/command')
-rw-r--r--setuptools/_distutils/command/install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/_distutils/command/install.py b/setuptools/_distutils/command/install.py
index 40be5ba6..4f944725 100644
--- a/setuptools/_distutils/command/install.py
+++ b/setuptools/_distutils/command/install.py
@@ -395,6 +395,7 @@ class install(Command):
'platlibdir': getattr(sys, 'platlibdir', 'lib'),
'implementation_lower': _get_implementation().lower(),
'implementation': _get_implementation(),
+ 'platsubdir': sysconfig.get_config_var('platsubdir'),
}
if HAS_USER_SITE: