[bumpversion]
-current_version = 60.0.3
+current_version = 60.0.4
commit = True
tag = True
+v60.0.4
+-------
+
+
+Misc
+^^^^
+* #2954: Merge with pypa/distutils@eba2bcd310. Adds platsubdir to config vars available for substitution.
+
+
v60.0.3
-------
[metadata]
name = setuptools
-version = 60.0.3
+version = 60.0.4
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
'platlibdir': getattr(sys, 'platlibdir', 'lib'),
'implementation_lower': _get_implementation().lower(),
'implementation': _get_implementation(),
+ 'platsubdir': sysconfig.get_config_var('platsubdir'),
}
if HAS_USER_SITE: