aboutsummaryrefslogtreecommitdiffstats
path: root/env/lib/python3.10/site-packages/distutils-precedence.pth
diff options
context:
space:
mode:
Diffstat (limited to 'env/lib/python3.10/site-packages/distutils-precedence.pth')
-rw-r--r--env/lib/python3.10/site-packages/distutils-precedence.pth1
1 files changed, 0 insertions, 1 deletions
diff --git a/env/lib/python3.10/site-packages/distutils-precedence.pth b/env/lib/python3.10/site-packages/distutils-precedence.pth
deleted file mode 100644
index 7f009fe..0000000
--- a/env/lib/python3.10/site-packages/distutils-precedence.pth
+++ /dev/null
@@ -1 +0,0 @@
-import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim();