?Osy d Z ddlZddlZej dej d ZdZ ej eed dS )zdistutils
The main package for the Python Module Distribution Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
N zThe distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives ) __doc__syswarningsversionindex__version___DEPRECATION_MESSAGEwarnDeprecationWarning ?/opt/alt/python-internal/lib64/python3.11/distutils/__init__.py