This commit is contained in:
2026-06-11 02:22:51 +05:30
parent c3d43e5493
commit 9c718e81eb
1704 changed files with 321358 additions and 9 deletions
@@ -0,0 +1 @@
import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'stdlib') == 'local'; enabled and __import__('_distutils_hack').add_shim();