setuptools: Remove problematic private module compat (#13280)

This commit is contained in:
Ali Hamdan
2024-12-22 21:05:11 +01:00
committed by GitHub
parent 9497f8aebf
commit db3c2cf69d
6 changed files with 1 additions and 23 deletions

View File

@@ -109,6 +109,7 @@ distutils\..+
# Private APIs, tests and other vendored code
setuptools.config._validate_pyproject.*
setuptools.compat.*
setuptools.command.build_py.build_py.existing_egg_info_dir
.+?\.tests.*
.+?\._vendor.*