We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b101b1e commit b24a4dfCopy full SHA for b24a4df
1 file changed
build_hooks.py
@@ -10,6 +10,8 @@
10
build-backend = "build_hooks"
11
backend-path = ["."] ← tells pip to look in repo root for this module
12
"""
13
+import sys, os
14
+sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
15
# Compatibility shim for Python < 3.11 — locale.getencoding() added in 3.11
16
# Without this, packaging/_musllinux.py crashes in manylinux containers
17
import locale
0 commit comments