Files
SkillMate/venv/Lib/site-packages/setuptools/_distutils/debug.py
Claude Project Manager 6b9b6d4f20 Initial commit
2025-09-20 21:31:04 +02:00

6 Zeilen
139 B
Python

import os
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')