diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-22 04:39:14 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-22 04:39:14 -0500 |
commit | 3d19a6b7f08275495bd2e1feeae55ca78665dc2e (patch) | |
tree | 3055f2ac583c8a4d7e6ca4dd1de329769f41f003 /setuptools/_distutils/command | |
parent | 390016f98244e8c11d6060c3aa27efbc36db8592 (diff) | |
parent | eba2bcd310caa49b51aa640055e44ef8c74b5581 (diff) | |
download | python-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.py | 1 |
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: |