Remove hardcoded libpython binaries and add debug step
All checks were successful
build / build-linux (push) Successful in 16s
All checks were successful
build / build-linux (push) Successful in 16s
This commit is contained in:
6
venv/lib/python3.12/site-packages/setuptools/version.py
Normal file
6
venv/lib/python3.12/site-packages/setuptools/version.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from ._importlib import metadata
|
||||
|
||||
try:
|
||||
__version__ = metadata.version('setuptools') or '0.dev0+unknown'
|
||||
except Exception:
|
||||
__version__ = '0.dev0+unknown'
|
||||
Reference in New Issue
Block a user